A function defined in BBMOD_Matrix.gml
FromRows(_r1, _r2, _r3, _r4)
Initializes the matrix from rows.
Name | Type | Description |
---|---|---|
_r1 | Struct.BBMOD_Vec4 |
A vector containing the first row. |
_r2 | Struct.BBMOD_Vec4 |
A vector containing the second row. |
_r3 | Struct.BBMOD_Vec4 |
A vector containing the third row. |
_r4 | Struct.BBMOD_Vec4 |
A vector containing the fourth row. |
Struct.BBMOD_Matrix
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.