Panda3D
|
Public Member Functions | |
OdeBoxGeom (dReal lx, dReal ly, dReal lz) | |
OdeBoxGeom (OdeSpace &space, dReal lx, dReal ly, dReal lz) | |
OdeBoxGeom (OdeSpace &space, const LVecBase3f &size) | |
virtual TypeHandle | force_init_type () |
LVecBase3f | get_lengths () |
dReal | get_point_depth (dReal x, dReal y, dReal z) |
dReal | get_point_depth (const LPoint3f &p) |
virtual TypeHandle | get_type () const |
void | set_lengths (dReal lx, dReal ly, dReal lz) |
void | set_lengths (const LVecBase3f &size) |
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 29 of file odeBoxGeom.h.
static void OdeBoxGeom::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 54 of file odeBoxGeom.h.
References OdeGeom::init_type().