Difference between revisions of "Matrix:getRotationY"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Gets the rotation on Y axis.
+
Gets the rotation for the Y axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Matrix:getRotationY()
 
(number) = Matrix:getRotationY()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) rotation on Y axis<br/>
+
'''Returns''' (number) rotation around Y axis<br/>
  
 
{{Matrix}}
 
{{Matrix}}

Latest revision as of 15:31, 13 July 2023