Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
OdeBoxGeom Class Reference
Inheritance diagram for OdeBoxGeom:
OdeGeom

List of all members.

Public Member Functions

 OdeBoxGeom (OdeSpace space, VBase3 const size)
 OdeBoxGeom (OdeSpace space, float lx, float ly, float lz)
 OdeBoxGeom (float lx, float ly, float lz)
VBase3 getLengths ()
float getPointDepth (Point3 const p)
float getPointDepth (float x, float y, float z)
 setLengths (VBase3 const size)
 setLengths (float lx, float ly, float lz)

Static Public Member Functions

static TypeHandle getClassType ()

Constructor & Destructor Documentation

OdeBoxGeom ( OdeSpace  space,
VBase3 const  size 
)
OdeBoxGeom ( OdeSpace  space,
float  lx,
float  ly,
float  lz 
)
OdeBoxGeom ( float  lx,
float  ly,
float  lz 
)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from OdeGeom.

VBase3 getLengths ( )
float getPointDepth ( Point3 const  p)
float getPointDepth ( float  x,
float  y,
float  z 
)
setLengths ( VBase3 const  size)
setLengths ( float  lx,
float  ly,
float  lz 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties