C4 Engine
C4 Engine API Documentation

class RevoluteJointObject

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

RevoluteJoint