translate
Applies a translation transformation to the specified target.
Parameters
The translation vector to apply.
The transformation target to which the translation is applied. Defaults to TransformTarget.MODEL.
Applies a translation transformation to the specified target.
Parameters
The translation vector that specifies the direction and magnitude of the transformation.
The transformation target to which the translation is applied. Defaults to TransformTarget.MODEL.
Translates a point or object by the given x and y offsets.
Parameters
The x-axis offset by which the object is translated.
The y-axis offset by which the object is translated.
The transformation target that determines the coordinate system to apply the translation in (default is TransformTarget.MODEL).
Translates the target by the specified x, y, and z values.
Parameters
The translation value along the X-axis.
The translation value along the Y-axis.
The translation value along the Z-axis.
The target of the transformation. Defaults to TransformTarget.MODEL.