Difference between revisions of "Matrix:duplicate"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2021.11<br/> '''Class:''' Matrix<br/> === Description === Returns a copy of the matrix. <source lang="lua"> (matrix) = Matrix:du...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns a copy of the matrix.
 
Returns a copy of the matrix.
 
+
<syntaxhighlight lang="lua">
<source lang="lua">
 
 
(matrix) = Matrix:duplicate()
 
(matrix) = Matrix:duplicate()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (matrix) A copy of this matrix
+
'''Returns''' (matrix) a copy of this matrix
  
 
{{Matrix}}
 
{{Matrix}}

Latest revision as of 15:30, 13 July 2023