C4 Engine
C4 Engine API Documentation

class CylindricalJointObject

Defined in:  C4Joints.h
The 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

CylindricalJoint