Difference between revisions of "Matrix:setRotationZ"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Class:''' [[Matrix]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>set rotation on z axis</translate>
+
Sets the rotation on the z axis.
 
<source lang="lua">
 
<source lang="lua">
Matrix:setRotationZ(z rotation)
+
Matrix:setRotationZ(rotz)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''z rotation''': (number) <translate>rotation on z axis</translate> <br/>
+
=== Parameters ===
 +
'''rotz''': (number) rotation on z axis<br/>
  
 
{{Matrix}}
 
{{Matrix}}

Revision as of 00:47, 18 March 2022