|
Panda3D
|
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 (float x, float y, float z) |
| float | getPointDepth (Point3 const p) |
| 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 | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
| float getPointDepth | ( | Point3 const | p | ) |
| setLengths | ( | VBase3 const | size | ) |
| setLengths | ( | float | lx, |
| float | ly, | ||
| float | lz | ||
| ) |
1.7.3