20 OdeRayGeom(dGeomID
id) :
25 OdeRayGeom(dReal length) :
26 OdeGeom(dCreateRay(nullptr, length)) {
30 OdeRayGeom(
OdeSpace &space, dReal length) :
31 OdeGeom(dCreateRay(space.get_id(), length)) {
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.