20OdeSphereGeom(dGeomID
id) :
25OdeSphereGeom(dReal radius) :
26 OdeGeom(dCreateSphere(nullptr, radius)) {
32 nassertv(dGeomGetClass(_id) == dSphereClass);
36OdeSphereGeom(
OdeSpace &space, dReal radius) :
37 OdeGeom(dCreateSphere(space.get_id(), radius)) {
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.