A function defined in BBMOD_Matrix.gml
FromColumns(_c1, _c2, _c3, _c4)
Initializes the matrix from columns.
Name | Type | Description |
---|---|---|
_c1 | Struct.BBMOD_Vec4 |
A vector containing the first column. |
_c2 | Struct.BBMOD_Vec4 |
A vector containing the second column. |
_c3 | Struct.BBMOD_Vec4 |
A vector containing the third column. |
_c4 | Struct.BBMOD_Vec4 |
A vector containing the fourth column. |
Struct.BBMOD_Matrix
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.