#include <IPhysicsJoint.h>
Inherited by CPhysicsBallSocket, CPhysicsCorkscrew, CPhysicsHinge, CPhysicsSlider, CPhysicsUniversal, CPhysicsUpVector, and IPhysicsCustom.
Public Member Functions | |
| IPhysicsJoint () | |
| ~IPhysicsJoint () | |
| void | setCollisionState (int state) |
| void | setStiffness (f32 stiffness) |
| int | getCollisionState () |
| f32 | getStiffness () |
| NewtonJoint * | getJoint () |
Protected Attributes | |
| NewtonJoint * | m_joint |
Static Protected Attributes | |
| static NewtonWorld * | m_world |
Static Private Member Functions | |
| static void _cdecl | destructor (const NewtonJoint *me) |
| IPhysicsJoint::IPhysicsJoint | ( | ) |
| IPhysicsJoint::~IPhysicsJoint | ( | ) |
| void IPhysicsJoint::setCollisionState | ( | int | state | ) |
| void IPhysicsJoint::setStiffness | ( | f32 | stiffness | ) |
| int IPhysicsJoint::getCollisionState | ( | ) |
| f32 IPhysicsJoint::getStiffness | ( | ) |
| NewtonJoint * IPhysicsJoint::getJoint | ( | ) |
Reimplemented in CPhysicsBallSocket, and CPhysicsHinge.
| static void _cdecl IPhysicsJoint::destructor | ( | const NewtonJoint * | me | ) | [static, private] |
NewtonWorld * IPhysicsJoint::m_world [static, protected] |
Reimplemented in CPhysicsPulley.
NewtonJoint* IPhysicsJoint::m_joint [protected] |
1.5.1-p1