PEd_MatrixInverse

A function defined in PEd_matrix.gml

PEd_MatrixInverse(_matrix)

Description

Calculates the inverse matrix of the given matrix.

Arguments

Name Type Description
_matrix Array The matrix to calculate the inverse matrix of.

Returns

Array The inverse matrix.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.