SPhysicsHingeJoint Struct Reference

#include <SPhysicsStructs.h>

List of all members.

Public Member Functions

 SPhysicsHingeJoint ()
 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 breakForce
 Amount of force required to break the joint.
f32 minAngle
 Minimum angle movement allowed of the joint.
f32 maxAngle
 Maximum angle movement allowed of the joint.


Constructor & Destructor Documentation

SPhysicsHingeJoint::SPhysicsHingeJoint (  )  [inline]

Default constructor to set some default values.


Member Data Documentation

IPhysicsBaseEntity* SPhysicsHingeJoint::parent

Pointer to the parent entity.

IPhysicsBaseEntity* SPhysicsHingeJoint::child

Pointer to the child entity.

vector3df SPhysicsHingeJoint::pivot

Position of the pivot of the joint.

vector3df SPhysicsHingeJoint::pin

Position of the pin of the joint.

vector3df SPhysicsHingeJoint::breakForce

Amount of force required to break the joint.

f32 SPhysicsHingeJoint::minAngle

Minimum angle movement allowed of the joint.

f32 SPhysicsHingeJoint::maxAngle

Maximum angle movement allowed of the joint.


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