C4 Engine
C4 Engine API Documentation

class PrismaticJointObject

Defined in:  C4Joints.h
The PrismaticJointObject class encapsulates data pertaining to a prismatic joint.
Definition

class PrismaticJointObject final : public CylindricalJointObject

Constructor

PrismaticJointObject();

Description
The PrismaticJointObject class encapsulates a physics joint that allows translation along a single axis. See the PrismaticJoint class for a description of the joint kinematics.
Base Classes
CylindricalJointObject A PrismaticJointObject is an object that can be shared by multiple prismatic joint nodes.
See Also

PrismaticJoint