Difference between revisions of "Matrix:multiply"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Multiply current matrix with new one <source lang="lua"> = Matrix:multiply(matrix,) </source> '''matr...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
=== Description ===
 
=== Description ===
Multiply current matrix with new one
+
Multiplies the current matrix with a new one.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Matrix:multiply(matrix,)
+
Matrix:multiply(matrix)
</source>
+
</syntaxhighlight>
'''matrix:''' (Matrix) matrix with which to multiply current matrix ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''matrix''': (Matrix) matrix with which to multiply current matrix<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023