15 #ifndef ODECONVEXGEOM_H
16 #define ODECONVEXGEOM_H
18 #include "pandabase.h"
19 #include "typedObject.h"
22 #include "ode_includes.h"
39 INLINE
void set_convex(dReal *_planes,
unsigned int _count, dReal *_points,
unsigned int _pointcount,
unsigned int *_polygons);
42 INLINE
static int get_geom_class() {
return dConvexClass; };
48 static void init_type() {
50 register_type(_type_handle,
"OdeConvexGeom",
51 OdeGeom::get_class_type());
54 return get_class_type();
56 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
62 #include "odeConvexGeom.I"
TypeHandle is the identifier used to differentiate C++ class types.