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