15 #ifndef ODEPLANEGEOM_H
16 #define ODEPLANEGEOM_H
18 #include "pandabase.h"
21 #include "ode_includes.h"
41 INLINE
void set_params(dReal a, dReal b, dReal c, dReal d);
42 INLINE
void set_params(
const LVecBase4f ¶ms);
44 INLINE dReal get_point_depth(dReal x, dReal y, dReal z)
const;
45 INLINE dReal get_point_depth(
const LPoint3f &p)
const;
48 INLINE
static int get_geom_class() {
return dPlaneClass; };
54 static void init_type() {
56 register_type(_type_handle,
"OdePlaneGeom",
57 OdeGeom::get_class_type());
60 return get_class_type();
62 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
68 #include "odePlaneGeom.I"
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
This is the base class for all three-component vectors and points.
TypeHandle is the identifier used to differentiate C++ class types.