GET TRANSLATE MATRIX

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_TRANSLATE_MATRIX <matrix array>, <dx>, <dy>, <dz>


Get the transformation matrix required to perform a 3D translation.

Parameters

<matrix array>
Name of Matrix variable
<dx>
The distance in the X axis direction.
<dy>
The distance in the Y axis direction.
<dz>
The distance in the Z axis direction.

Example

LOCAL MyTrans(12)
GET_TRANSLATE_MATRIX MyTrans, 1.5, 2, 10


This will get a matrix to translate by 1.5 in X, 2 in Y and 10 in Z.