Difference between revisions of "Matrix:invert"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 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 ===
<translate>Inverts the matrix</translate>
+
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