#include "extensions/PxJoint.h"
#include "extensions/PxJointLimit.h"
Go to the source code of this file.
Classes | |
struct | PxRevoluteJointFlag |
Flags specific to the Revolute Joint. More... | |
class | PxRevoluteJoint |
A joint which behaves in a similar way to a hinge or axle. More... | |
Typedefs | |
typedef PxFlags < PxRevoluteJointFlag::Enum, PxU16 > | PxRevoluteJointFlags |
Functions | |
PxRevoluteJoint * | PxRevoluteJointCreate (PxPhysics &physics, PxRigidActor *actor0, const PxTransform &localFrame0, PxRigidActor *actor1, const PxTransform &localFrame1) |
Create a revolute joint. |