Difference between revisions of "Matrix:invert"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Inverts the matrix <source lang="lua"> = Matrix:invert() </source>")
 
Line 4: Line 4:
 
Inverts the matrix
 
Inverts the matrix
 
<source lang="lua">
 
<source lang="lua">
= Matrix:invert()
+
Matrix:invert()
 
</source>
 
</source>

Revision as of 11:21, 23 August 2018

Available since: in development

Description

Inverts the matrix

 Matrix:invert()