CPhysicsUpVector Class Reference

#include <CPhysicsUpVector.h>

Inherits IPhysicsJoint.

List of all members.

Public Member Functions

 CPhysicsUpVector ()
 Empty constructor for the joint.
 ~CPhysicsUpVector ()
void init (NewtonWorld *world, SPhysicsUpVector *upVector)
 This function initializes the up vector joint.
void setPin (vector3df pin)
 This function sets the pin of the up vector joint.
vector3df getPin ()
 This function returns the pin of the up vector joint.

Static Private Attributes

static f32 m_breakForce


Constructor & Destructor Documentation

CPhysicsUpVector::CPhysicsUpVector (  ) 

Empty constructor for the joint.

CPhysicsUpVector::~CPhysicsUpVector (  ) 

The destructor is also empty as the joint destruction is handled by the IPhysicsJoint base class.


Member Function Documentation

void CPhysicsUpVector::init ( NewtonWorld *  world,
SPhysicsUpVector upVector 
)

This function initializes the up vector joint.

void CPhysicsUpVector::setPin ( vector3df  pin  ) 

This function sets the pin of the up vector joint.

vector3df CPhysicsUpVector::getPin (  ) 

This function returns the pin of the up vector joint.


Member Data Documentation

f32 CPhysicsUpVector::m_breakForce [static, private]


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