Panda3D
|
Public Member Functions | |
OdeRayGeom (dReal length) | |
OdeRayGeom (OdeSpace &space, dReal length) | |
virtual TypeHandle | force_init_type () |
void | get (LVecBase3f &start, LVecBase3f &dir) const |
int | get_backface_cull () const |
int | get_closest_hit () |
LVecBase3f | get_direction () const |
int | get_first_contact () const |
dReal | get_length () |
void | get_params (int &first_contact, int &backface_cull) const |
LVecBase3f | get_start () const |
virtual TypeHandle | get_type () const |
void | set (dReal px, dReal py, dReal pz, dReal dx, dReal dy, dReal dz) |
void | set (const LVecBase3f &start, const LVecBase3f &dir) |
void | set_closest_hit (int closest_hit) |
void | set_length (dReal length) |
void | set_params (int first_contact, int backface_cull) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static int | get_geom_class () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. | |
Friends | |
class | OdeGeom |
Definition at line 28 of file odeRayGeom.h.
static void OdeRayGeom::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from OdeGeom.
Definition at line 60 of file odeRayGeom.h.
References OdeGeom::init_type().