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>")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' in development<br/>
+
'''Available since:''' Gideros 2015.05.9<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
 
=== Description ===
 
=== Description ===
Inverts the matrix
+
Inverts the matrix.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Matrix:invert()
+
Matrix:invert()
</source>
+
</syntaxhighlight>
 +
 
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023