#include "extensions/PxJoint.h"
#include "extensions/PxJointLimit.h"
Go to the source code of this file.
Classes | |
struct | PxPrismaticJointFlag |
Flags specific to the prismatic joint. More... | |
class | PxPrismaticJoint |
A prismatic joint permits relative translational movement between two bodies along an axis, but no relative rotational movement. More... | |
Typedefs | |
typedef PxFlags < PxPrismaticJointFlag::Enum, PxU16 > | PxPrismaticJointFlags |
Functions | |
PxPrismaticJoint * | PxPrismaticJointCreate (PxPhysics &physics, PxRigidActor *actor0, const PxTransform &localFrame0, PxRigidActor *actor1, const PxTransform &localFrame1) |
Create a prismatic joint. |