class RevoluteJointObject
Defined in:
The C4Joints.h
RevoluteJointObject
class encapsulates data pertaining to a revolute joint.
Definition
class RevoluteJointObject final : public DiscalJointObject
Constructor
RevoluteJointObject();
Description
The RevoluteJointObject
class encapsulates a physics joint that allows rotation about a single axis. See the RevoluteJoint
class for a description of the joint kinematics.
Base Classes
DiscalJointObject |
A RevoluteJointObject is an object that can be shared by multiple revolute joint nodes.
|
See Also