#include "MePrecision.h"
#include "MdtTypes.h"
Functions | |
| void | MdtConvertVector (const MdtBodyID from_body, const MeVector3 f, const MdtBodyID to_body, MeVector3 t) |
| Converts a vector from the local coordinate system of one body to another. More... | |
| void | MdtConvertPositionVector (const MdtBodyID from_body, const MeVector3 f, const MdtBodyID to_body, MeVector3 t) |
| Converts a position from the local coordinate system of one body to another. More... | |
| void | MdtMakeInertiaTensorSphere (const MeReal mass, const MeReal radius, MeMatrix3 i) |
| Creates the inertia tensors of a sphere. More... | |
| void | MdtMakeInertiaTensorBox (const MeReal mass, const MeReal lx, const MeReal ly, const MeReal lz, MeMatrix3 i) |
| Creates the inertia tensors of a box given the full length of each side. More... | |
|
Converts a position from the local coordinate system of one body to another.
A null body pointer indicates world space.
|
Converts a vector from the local coordinate system of one body to another.
A null body pointer indicates world space.
|
Creates the inertia tensors of a box given the full length of each side.
|
Creates the inertia tensors of a sphere.
Copyright MathEngine PLC 2000, all rights reserved.