Public Member Functions | |
| iPhysicsJointNewton (const tString &asName, iPhysicsBody *apParentBody, iPhysicsBody *apChildBody, iPhysicsWorld *apWorld, const cVector3f &avPivotPoint) | |
| void | SetCollideBodies (bool abX) |
| bool | GetCollideBodies () |
| void | SetStiffness (float afX) |
| float | GetStiffness () |
Protected Attributes | |
| NewtonJoint * | mpNewtonJoint |
| NewtonWorld * | mpNewtonWorld |
| NewtonBody * | mpNewtonParentBody |
| NewtonBody * | mpNewtonChildBody |