30 #ifndef PX_FIXEDJOINT_H 31 #define PX_FIXEDJOINT_H 87 virtual void setProjectionLinearTolerance(
PxReal tolerance) = 0;
96 virtual PxReal getProjectionLinearTolerance()
const = 0;
116 virtual void setProjectionAngularTolerance(
PxReal tolerance) = 0;
125 virtual PxReal getProjectionAngularTolerance()
const = 0;
Definition: GuContactBuffer.h:37
float PxReal
Definition: PxSimpleTypes.h:78
virtual bool isKindOf(const char *name) const
Returns whether a given type name matches with the type of this instance.
Definition: PxFixedJoint.h:149
PxU16 PxType
Definition: PxBase.h:49
PxRigidActor represents a base class shared between dynamic and static rigid bodies in the physics SD...
Definition: PxRigidActor.h:58
a base interface providing common functionality for PhysX joints
Definition: PxJoint.h:101
PX_INLINE PxFixedJoint(PxType concreteType, PxBaseFlags baseFlags)
Constructor.
Definition: PxFixedJoint.h:139
virtual bool isKindOf(const char *name) const
Returns whether a given type name matches with the type of this instance.
Definition: PxJoint.h:376
PxFixedJoint * PxFixedJointCreate(PxPhysics &physics, PxRigidActor *actor0, const PxTransform &localFrame0, PxRigidActor *actor1, const PxTransform &localFrame1)
Create a fixed joint.
virtual const char * getConcreteTypeName() const
Returns string name of PxFixedJoint, used for serialization.
Definition: PxFixedJoint.h:130
A fixed joint permits no relative movement between two bodies. ie the bodies are glued together...
Definition: PxFixedJoint.h:65
PX_INLINE PxFixedJoint(PxBaseFlags baseFlags)
Deserialization constructor.
Definition: PxFixedJoint.h:144
Abstract singleton factory class used for instancing objects in the Physics SDK.
Definition: PxPhysics.h:71
#define PX_INLINE
Definition: PxPreprocessor.h:336