PxDistanceJoint.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PxDistanceJointFlag
 flags for configuring the drive of a PxDistanceJoint More...
 
class  PxDistanceJoint
 a joint that maintains an upper or lower bound (or both) on the distance between two points on different objects More...
 

Typedefs

typedef PxFlags< PxDistanceJointFlag::Enum, PxU16 > PxDistanceJointFlags
 

Functions

PxDistanceJointPxDistanceJointCreate (PxPhysics &physics, PxRigidActor *actor0, const PxTransform &localFrame0, PxRigidActor *actor1, const PxTransform &localFrame1)
 Create a distance Joint. More...