Difference between revisions of "Matrix:invert"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' in development<br/>
 
'''Available since:''' in development<br/>
 
=== Description ===
 
=== Description ===
Inverts the matrix
+
<translate>Inverts the matrix</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Matrix:invert()
 
  Matrix:invert()
 
</source>
 
</source>

Revision as of 14:34, 23 August 2018

Available since: in development

Description

Inverts the matrix

 Matrix:invert()