Difference between revisions of "Matrix.new"

From GiderosMobile
(removed double any & Returns + language stuff)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Creates a new Matrix object with the specified parameters.
 
Creates a new Matrix object with the specified parameters.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(any) = Matrix.new(m11,m12,m21,m22,tx,ty)
 
(any) = Matrix.new(m11,m12,m21,m22,tx,ty)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023