39 INLINE
void set_lengths(dReal lx, dReal ly, dReal lz);
40 INLINE
void set_lengths(
const LVecBase3f &size);
41 INLINE LVecBase3f get_lengths();
42 INLINE dReal get_point_depth(dReal x, dReal y, dReal z);
43 INLINE dReal get_point_depth(
const LPoint3f &p);
46 INLINE
static int get_geom_class() {
return dBoxClass; };
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(),...