function
Scale(_x[, _y, _z])
Scales the matrix.
Name | Type | Description |
---|---|---|
_x | Real/BBMOD_Vec3 |
Scale on the X axis or a vector with scale on all axes. |
_y | Real/Undefined |
Scale on the Y axis. Use undefined if _x is a vector. Defaults to undefined . |
_z | Real/Undefined |
Scale on the Z axis. Use undefined if _x is a vector. Defaults to undefined . |
BBMOD_Matrix
The resulting matrix.
Copyright © 2022, BlueBurn. Built on May 16, 2022 using GMDoc.