19OdeCappedCylinderGeom::
20OdeCappedCylinderGeom(dGeomID
id) :
24OdeCappedCylinderGeom::
25OdeCappedCylinderGeom(dReal radius, dReal length) :
26 OdeGeom(dCreateCapsule(nullptr, radius, length)) {
29OdeCappedCylinderGeom::
30OdeCappedCylinderGeom(
OdeSpace &space, dReal radius, dReal length) :
31 OdeGeom(dCreateCapsule(space.get_id(), radius, length)) {
34OdeCappedCylinderGeom::
35~OdeCappedCylinderGeom() {
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.