Difference between revisions of "Matrix:getRotationX"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
=== 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