BBMOD_Matrix.FromColumns

A function defined in BBMOD_Matrix.gml

FromColumns(_c1, _c2, _c3, _c4)

Description

Initializes the matrix from columns.

Arguments

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.

Returns

Struct.BBMOD_Matrix Returns self.

Do you find this page helpful?

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