Difference between revisions of "Matrix:getRotationZ"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 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 ===
<translate>get rotation for z axis</translate>
+
Gets the rotation for the Z axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Matrix:getRotationZ()
 
(number) = Matrix:getRotationZ()
</source>
+
</syntaxhighlight>
 +
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) <translate>rotation around z axis</translate><br/>
+
'''Returns''' (number) rotation around Z axis<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:31, 13 July 2023