A function defined in BBMOD_Matrix.gml
bbmod_matrix_set_translation(_matrix, _x, _y, _z)
Writes translation into given matrix.
Name | Type | Description |
---|---|---|
_matrix | Array |
The target matrix. |
_x | Real |
The translation on the X axis. |
_y | Real |
The translation on the Y axis. |
_z | Real |
The translation on the Z axis. |
Copyright © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.