C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

class CylindricalJointObject

Defined in:  C4Contacts.h
The CylindricalJointObject class encapsulates data pertaining to a cylindrical joint.
Definition

class CylindricalJointObject : public JointObject

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
JointObject A CylindricalJointObject is an object that can be shared by multiple cylindrical joint nodes.
See Also

CylindricalJoint