IPhysicsJoint Class Reference

#include <IPhysicsJoint.h>

Inherited by CPhysicsBallSocket, CPhysicsCorkscrew, CPhysicsHinge, CPhysicsSlider, CPhysicsUniversal, CPhysicsUpVector, and IPhysicsCustom.

List of all members.

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)


Constructor & Destructor Documentation

IPhysicsJoint::IPhysicsJoint (  ) 

IPhysicsJoint::~IPhysicsJoint (  ) 


Member Function Documentation

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]


Member Data Documentation

NewtonWorld * IPhysicsJoint::m_world [static, protected]

Reimplemented in CPhysicsPulley.

NewtonJoint* IPhysicsJoint::m_joint [protected]


The documentation for this class was generated from the following files:
Generated on Sun Apr 15 00:25:18 2007 for IPhysics by  doxygen 1.5.1-p1