class UniversalJointObject
Defined in:
The C4Joints.h
UniversalJointObject
class encapsulates data pertaining to a universal joint.
Definition
class UniversalJointObject final : public SphericalJointObject
Constructor
UniversalJointObject();
Description
The UniversalJointObject
class encapsulates a physics joint that allows rotation about the two non-radial axes. See the UniversalJoint
class for a description of the joint kinematics.
Base Classes
SphericalJointObject |
A UniversalJointObject is an object that can be shared by multiple universal joint nodes.
|
See Also