Difference between revisions of "Matrix:getPosition"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Gets the position from the matrix transformation.
 
Gets the position from the matrix transformation.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number), (number), (number) = Matrix:getPosition()
 
(number), (number), (number) = Matrix:getPosition()
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023