Difference between revisions of "Matrix:getRotationX"

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

Latest revision as of 15:30, 13 July 2023