Type:Axis: Difference between revisions

From Resonite Wiki
Created stub for Type:Axis [Automated]
 
Add some info
 
Line 1: Line 1:
{{stub}}
Axis is an enum that quickly defines what axis to use in an operation for 3 dimensional space.


{{Table EnumValues
{{Table EnumValues
|X|0|
|X|0| X axis in 3D space.
|Y|1|
|Y|1| Y axis in 3D space.
|Z|2|
|Z|2| Z axis in 3D space.
}}
}}


[[Category:Type]]
[[Category:Type]]
[[Category:Enums]]
[[Category:Enums]]

Latest revision as of 22:23, 12 November 2024

Axis is an enum that quickly defines what axis to use in an operation for 3 dimensional space.

Values
Name Value Description
X 0 X axis in 3D space.
Y 1 Y axis in 3D space.
Z 2 Z axis in 3D space.