PEd_Matrix

function

PEd_Matrix(_m0, _m1, _m2, _m3)

Description

Creates a new 4x4 matrix.

Arguments

Name Type Description
_m0 Array<Real> The first row of the matrix.
_m1 Array<Real> The second row of the matrix.
_m2 Array<Real> The third row of the matrix.
_m3 Array<Real> The fourth row of the matrix.

Returns

Array<Real> The created matrix.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.