Difference between revisions of "Matrix:transformPoint"

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

Revision as of 11:21, 23 August 2018

Available since: in development

Description

Transforms the matrix

 Matrix:transformPoint()