TRANSLATE MATRIX: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
[[:Category:Matrices|{{Up}}]]
{{Command|syntax=TRANSLATE_MATRIX <matrix array>, <dx>, <dy>, <dz>,
{{Command|syntax=TRANSLATE_MATRIX <matrix array>, <dx>, <dy>, <dz>,
|description=*DESCRPTION*
|description=*DESCRPTION*
Line 9: Line 11:


===Example===
===Example===
:- TRANSLATE_MATRIX
:TRANSLATE_MATRIX


[[Category:Matrices]]
[[Category:Matrices]]

Revision as of 14:33, 2 August 2010

Up

Command

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


  • DESCRPTION*

Parameters

<matrix array>
A transformation matrix contains 12 values. These are stored in an array variable that must be defined to hold at least 12 values. If the array variable is defined with a size of more than 12, the first 12 values are used for the transformation matrix.
<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

TRANSLATE_MATRIX