Public Member Functions | |
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) | |
VBase4 | getParams () |
float | getPointDepth (Point3 const p) |
float | getPointDepth (float x, float y, float z) |
setParams (VBase4 const params) | |
setParams (float a, float b, float c, float d) | |
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 | ( | Point3 const | p | ) |
float getPointDepth | ( | float | x, |
float | y, | ||
float | z | ||
) |
setParams | ( | VBase4 const | params | ) |
setParams | ( | float | a, |
float | b, | ||
float | c, | ||
float | d | ||
) |