#include <MdtTypes.h>
Public Attributes | |
| MdtWorldID | world |
| The world the constraint is in. More... | |
| MdtBaseConstraint* | next |
| Pointer to next constraint. More... | |
| MdtBaseConstraint** | tome |
| Address of the 'next' pointer in the previous constraint. More... | |
| void* | userData |
| User data. More... | |
| MdtBody* | body [4] |
| The (up to) 4 constrained bodies. More... | |
| MdtCListNode* | cNode [4] |
| Pointers to this constraints entries in its bodies lists. More... | |
| int | flag |
| Set by the event manager during constraint graph traversal. More... | |
| MeVector4 | resultForce [3] |
| Force applied to each of the constraints bodies by this constraint. More... | |
| MeVector4 | resultTorque [3] |
| Torque applied to each of the constraints bodies by this constraint. More... | |
Contains data common to all constraints.
|
The (up to) 4 constrained bodies.
|
Pointers to this constraints entries in its bodies lists.
This is kept so these references can be removed when the constraint is Disabled.
|
Set by the event manager during constraint graph traversal.
|
Pointer to next constraint.
|
Force applied to each of the constraints bodies by this constraint.
|
Torque applied to each of the constraints bodies by this constraint.
|
Address of the 'next' pointer in the previous constraint.
|
User data.
This will not be changed from with the toolkit
|
The world the constraint is in.
Copyright MathEngine PLC 2000, all rights reserved.