Panda3D
|
Public Member Functions | |
OdeCappedCylinderGeom (dReal radius, dReal length) | |
OdeCappedCylinderGeom (OdeSpace &space, dReal radius, dReal length) | |
virtual TypeHandle | force_init_type () |
dReal | get_length () const |
void | get_params (dReal *radius, dReal *length) const |
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_params (dReal radius, dReal length) |
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 odeCappedCylinderGeom.h.
static void OdeCappedCylinderGeom::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 odeCappedCylinderGeom.h.
References OdeGeom::init_type().