C4 Engine
C4 Engine API Documentation

Motor3D::MakeTranslation

Defined in:  TSMotor3D.h
Returns a motor that represents a translation.
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

Motor3D::MakeRotation

Motor3D::MakeScrew