function
RotateEuler(_x[, _y, _z])
Rotates the matrix using euler angles.
Name | Type | Description |
---|---|---|
_x | Real/BBMOD_Vec3 |
Rotation on the X axis or a vector with rotations on all axes. |
_y | Real/Undefined |
Rotation on the Y axis. Use undefined if _x is a vector. Defaults to undefined . |
_z | Real/Undefined |
Rotation on the Z axis. Use undefined if _x is a vector. Defaults to undefined . |
BBMOD_Matrix
The resulting matrix.
The order of rotations is YXZ, same as in matrix_build
.
Copyright © 2022, BlueBurn. Built on May 16, 2022 using GMDoc.