15 #ifndef ODEQUADTREESPACE_H
16 #define ODEQUADTREESPACE_H
18 #include "pandabase.h"
21 #include "ode_includes.h"
50 static void init_type() {
51 OdeSpace::init_type();
52 register_type(_type_handle,
"OdeQuadTreeSpace",
53 OdeSpace::get_class_type());
56 return get_class_type();
58 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 #include "odeQuadTreeSpace.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.