Difference between revisions of "Matrix:getM12"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `m12` component for this `Matrix` instance.<br /> <br /> <source lang=...") | |||
| Line 6: | Line 6: | ||
| <br /> | <br /> | ||
| <source lang="lua"> | <source lang="lua"> | ||
| − | (number) | + | (number) = Matrix:getM12() | 
| </source> | </source> | ||
| '''Returns''' (number) The current `m12` parameter.<br/> | '''Returns''' (number) The current `m12` parameter.<br/> | ||
Revision as of 10:17, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the value of the `m12` component for this `Matrix` instance.
(number) = Matrix:getM12()
Returns (number) The current `m12` parameter.
