Motor3D::MakeTranslation
Defined in:
Returns a motor that represents a translation.
TSMotor3D.h
Prototype
static Motor3D MakeTranslation(const Vector3D& offset);
Parameters
offset |
The offset vector. |
Description
The MakeTranslation
function returns a motor representing a translation by the direction and magnitude given by the offset
parameter.
See Also