14#ifndef ODECONVEXGEOM_H
15#define ODECONVEXGEOM_H
37 INLINE
void set_convex(dReal *_planes,
unsigned int _count, dReal *_points,
unsigned int _pointcount,
unsigned int *_polygons);
40 INLINE
static int get_geom_class() {
return dConvexClass; };
46 static void init_type() {
49 OdeGeom::get_class_type());
52 return get_class_type();
54 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.