|
Panda3D
|
Public Member Functions | |
| OdePlaneGeom (VBase4 const params) | |
| OdePlaneGeom (OdeSpace space, VBase4 const params) | |
| OdePlaneGeom (float a, float b, float c, float d) | |
| OdePlaneGeom (OdeSpace space, float a, float b, float c, float d) | |
| VBase4 | getParams () |
| float | getPointDepth (Point3 const p) |
| float | getPointDepth (float x, float y, float z) |
| setParams (float a, float b, float c, float d) | |
| setParams (VBase4 const params) | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
| OdePlaneGeom | ( | VBase4 const | params | ) |
| OdePlaneGeom | ( | OdeSpace | space, |
| VBase4 const | params | ||
| ) |
| OdePlaneGeom | ( | OdeSpace | space, |
| float | a, | ||
| float | b, | ||
| float | c, | ||
| float | d | ||
| ) |
| OdePlaneGeom | ( | float | a, |
| float | b, | ||
| float | c, | ||
| float | d | ||
| ) |
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from OdeGeom.
| VBase4 getParams | ( | ) |
| float getPointDepth | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
| float getPointDepth | ( | Point3 const | p | ) |
| setParams | ( | VBase4 const | params | ) |
| setParams | ( | float | a, |
| float | b, | ||
| float | c, | ||
| float | d | ||
| ) |
1.7.3