20OdePlaneGeom(dGeomID
id) :
25OdePlaneGeom(dReal a, dReal b, dReal c, dReal d) :
26 OdeGeom(dCreatePlane(nullptr, a, b, c, d)) {
30OdePlaneGeom(
const LVecBase4f ¶ms) :
31 OdeGeom(dCreatePlane(nullptr, params[0], params[1], params[2], params[3])) {
35OdePlaneGeom(
OdeSpace &space, dReal a, dReal b, dReal c, dReal d) :
36 OdeGeom(dCreatePlane(space.get_id(), a, b, c, d)) {
40OdePlaneGeom(
OdeSpace &space,
const LVecBase4f ¶ms) :
41 OdeGeom(dCreatePlane(space.get_id(), params[0], params[1], params[2], params[3])) {
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.