#include "extensions/PxJoint.h"
Go to the source code of this file.
Classes | |
class | PxFixedJoint |
A fixed joint permits no relative movement between two bodies. ie the bodies are glued together. More... | |
Functions | |
PxFixedJoint * | PxFixedJointCreate (PxPhysics &physics, PxRigidActor *actor0, const PxTransform &localFrame0, PxRigidActor *actor1, const PxTransform &localFrame1) |
Create a fixed joint. |