39 INLINE
void set_params(dReal a, dReal b, dReal c, dReal d);
40 INLINE
void set_params(
const LVecBase4f ¶ms);
41 INLINE LVecBase4f get_params()
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 dPlaneClass; };
52 static void init_type() {
55 OdeGeom::get_class_type());
58 return get_class_type();
60 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...