Panda3D
|
Public Member Functions | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
void | set_convex (dReal *_planes, unsigned int _count, dReal *_points, unsigned int _pointcount, unsigned int *_polygons) |
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 odeConvexGeom.h.
static void OdeConvexGeom::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 48 of file odeConvexGeom.h.
References OdeGeom::init_type().