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

List of all members.

Public Member Functions

 OdeRayGeom (OdeSpace space, float length)
 OdeRayGeom (float length)
 get (VBase3 start, VBase3 dir)
int getBackfaceCull ()
int getClosestHit ()
VBase3 getDirection ()
int getFirstContact ()
float getLength ()
VBase3 getStart ()
 set (VBase3 const start, VBase3 const dir)
 set (float px, float py, float pz, float dx, float dy, float dz)
 setClosestHit (int closest_hit)
 setLength (float length)
 setParams (int first_contact, int backface_cull)

Static Public Member Functions

static TypeHandle getClassType ()

Constructor & Destructor Documentation

OdeRayGeom ( OdeSpace  space,
float  length 
)
OdeRayGeom ( float  length)

Member Function Documentation

get ( VBase3  start,
VBase3  dir 
)
static TypeHandle getClassType ( ) [static]

Reimplemented from OdeGeom.

VBase3 getDirection ( )
float getLength ( )
VBase3 getStart ( )
set ( VBase3 const  start,
VBase3 const  dir 
)
set ( float  px,
float  py,
float  pz,
float  dx,
float  dy,
float  dz 
)
setClosestHit ( int  closest_hit)
setLength ( float  length)
setParams ( int  first_contact,
int  backface_cull 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties