15 #ifndef ODESPHEREGEOM_H
16 #define ODESPHEREGEOM_H
18 #include "pandabase.h"
21 #include "ode_includes.h"
40 INLINE
void set_radius(dReal radius);
41 INLINE dReal get_radius()
const;
42 INLINE dReal get_point_depth(dReal x, dReal y, dReal z)
const;
43 INLINE dReal get_point_depth(
const LPoint3f &p)
const;
46 INLINE
static int get_geom_class() {
return dSphereClass; };
52 static void init_type() {
54 register_type(_type_handle,
"OdeSphereGeom",
55 OdeGeom::get_class_type());
58 return get_class_type();
60 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
66 #include "odeSphereGeom.I"
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.