Panda3D
|
Public Member Functions | |
OdeSphereGeom (dReal radius) | |
OdeSphereGeom (OdeSpace &space, dReal radius) | |
OdeSphereGeom (OdeGeom &geom) | |
virtual TypeHandle | force_init_type () |
dReal | get_point_depth (dReal x, dReal y, dReal z) const |
dReal | get_point_depth (const LPoint3f &p) const |
dReal | get_radius () const |
virtual TypeHandle | get_type () const |
void | set_radius (dReal radius) |
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 odeSphereGeom.h.
static void OdeSphereGeom::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 52 of file odeSphereGeom.h.
References OdeGeom::init_type().