#include "extensions/PxJoint.h"
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 | |
PxDistanceJoint * | PxDistanceJointCreate (PxPhysics &physics, PxRigidActor *actor0, const PxTransform &localFrame0, PxRigidActor *actor1, const PxTransform &localFrame1) |
Create a distance Joint. |