Bullet Collision Detection & Physics Library
Classes | Macros | Enumerations
Box.h File Reference
#include <math.h>
#include "../PlatformDefinitions.h"
Include dependency graph for Box.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Box
 The Box is an internal class used by the boxBoxDistance calculation. More...
 
class  BoxPoint
 The BoxPoint class is an internally used class to contain feature information for boxBoxDistance calculation. More...
 

Macros

#define PE_REF(a)   a&
 

Enumerations

enum  FeatureType {
  F,
  E,
  V
}
 

Macro Definition Documentation

#define PE_REF (   a)    a&

Definition at line 22 of file Box.h.

Enumeration Type Documentation

Enumerator
F 
E 
V 

Definition at line 33 of file Box.h.