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 () |
OdeRayGeom | ( | OdeSpace | space, |
float | length | ||
) |
OdeRayGeom | ( | float | length | ) |
get | ( | VBase3 | start, |
VBase3 | dir | ||
) |
int getBackfaceCull | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from OdeGeom.
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 | ) |