Panda3D
|
Public Member Functions | |
OdeContactGeom (const OdeContactGeom ©) | |
OdeContactGeom (const dContactGeom ©) | |
virtual TypeHandle | force_init_type () |
const dContactGeom * | get_contact_geom_ptr () const |
dReal | get_depth () const |
OdeGeom | get_g1 () const |
OdeGeom | get_g2 () const |
LVecBase3f | get_normal () const |
LVecBase3f | get_pos () const |
int | get_side1 () const |
int | get_side2 () const |
virtual TypeHandle | get_type () const |
void | set_depth (const dReal depth) |
void | set_g1 (const OdeGeom &geom) |
void | set_g2 (const OdeGeom &geom) |
void | set_normal (const LVecBase3f &normal) |
void | set_pos (const LVecBase3f &pos) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. | |
Friends | |
class | OdeContact |
class | OdeSpace |
class | OdeUtil |
Definition at line 32 of file odeContactGeom.h.
static void OdeContactGeom::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 TypedReferenceCount.
Definition at line 69 of file odeContactGeom.h.
References TypedReferenceCount::init_type().