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 () |
OdeBoxGeom | ( | OdeSpace | space, |
VBase3 const | size | ||
) |
OdeBoxGeom | ( | OdeSpace | space, |
float | lx, | ||
float | ly, | ||
float | lz | ||
) |
OdeBoxGeom | ( | float | lx, |
float | ly, | ||
float | lz | ||
) |
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 | ||
) |