SPhysicsUniversalJoint Struct Reference

#include <SPhysicsStructs.h>

List of all members.

Public Member Functions

 SPhysicsUniversalJoint ()
 Default constructor to set some default values.

Public Attributes

IPhysicsBaseEntityparent
 Pointer to the parent entity.
IPhysicsBaseEntitychild
 Pointer to the child entity.
vector3df pivot
 Position of the pivot of the joint.
vector3df pin
 Position of the pin of the joint.
vector3df pin2
 Position of the second pin of the joint (Universal joint).
vector3df breakForce
 Amount of force required to break the joint.


Constructor & Destructor Documentation

SPhysicsUniversalJoint::SPhysicsUniversalJoint (  )  [inline]

Default constructor to set some default values.


Member Data Documentation

IPhysicsBaseEntity* SPhysicsUniversalJoint::parent

Pointer to the parent entity.

IPhysicsBaseEntity* SPhysicsUniversalJoint::child

Pointer to the child entity.

vector3df SPhysicsUniversalJoint::pivot

Position of the pivot of the joint.

vector3df SPhysicsUniversalJoint::pin

Position of the pin of the joint.

vector3df SPhysicsUniversalJoint::pin2

Position of the second pin of the joint (Universal joint).

vector3df SPhysicsUniversalJoint::breakForce

Amount of force required to break the joint.


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