Difference between revisions of "Matrix:setM22"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | Sets the value of the | + | Sets the value of the [[[m22` component for this `Matrix]]] instance.<br /> |
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Matrix:setM22(m22) | Matrix:setM22(m22) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''m22''': (number) | + | '''m22''': (number) <translate></translate> <br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the value of the [[[m22` component for this `Matrix]]] instance.
Matrix:setM22(m22)
Parameters
m22: (number)