BBMOD_Matrix.FromRows

A function defined in BBMOD_Matrix.gml

FromRows(_r1, _r2, _r3, _r4)

Description

Initializes the matrix from rows.

Arguments

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.

Returns

Struct.BBMOD_Matrix Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.