bbmod_matrix_set_translation

A function defined in BBMOD_Matrix.gml

bbmod_matrix_set_translation(_matrix, _x, _y, _z)

Description

Writes translation into given matrix.

Arguments

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.
Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.