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

List of all members.

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 ()

Constructor & Destructor Documentation

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 
)

Member Function Documentation

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 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties