Mat4:getPosition
EditReturns the translation of the matrix. This is the last column of the matrix.
x, y, z = Mat4:getPosition()
Arguments
None
Returns
Name | Type | Description |
x | number | The x translation. |
y | number | The y translation. |
z | number | The z translation. |