myMatrix.translate( x, y, z ) in Anark Studio 2.5
Translate the matrix.
Arguments
name | type | description |
---|---|---|
x | Number | Translation x-component. |
y | Number | Translation y-component. |
z | Number | Translation z-component. |
- Return Type
- (none)
Description
Modifies the current matrix by right-multiplying into it the translation matrix represented by the given X, Y and Z components.