18 #include "pandabase.h"
19 #include "typedObject.h"
22 #include "ode_includes.h"
41 INLINE
void set_lengths(dReal lx, dReal ly, dReal lz);
42 INLINE
void set_lengths(
const LVecBase3f &size);
44 INLINE dReal get_point_depth(dReal x, dReal y, dReal z);
45 INLINE dReal get_point_depth(
const LPoint3f &p);
48 INLINE
static int get_geom_class() {
return dBoxClass; };
54 static void init_type() {
56 register_type(_type_handle,
"OdeBoxGeom",
57 OdeGeom::get_class_type());
60 return get_class_type();
62 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
68 #include "odeBoxGeom.I"
This is the base class for all three-component vectors and points.
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
TypeHandle is the identifier used to differentiate C++ class types.