Difference between revisions of "Matrix:invert"

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

Revision as of 08:28, 24 August 2018

Available since: in development

Description

Inverts the matrix

 Matrix:invert()