Difference between revisions of "HPL3/SOMA/Scripting/eEulerRotationOrder"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
 
 
Line 22: Line 22:
 
| <code>eEulerRotationOrder_LastEnum</code> || <code>6</code> ||
 
| <code>eEulerRotationOrder_LastEnum</code> || <code>6</code> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:35, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Values

Enum Name Integer Value Description
eEulerRotationOrder_XYZ 0
eEulerRotationOrder_XZY 1
eEulerRotationOrder_YXZ 2
eEulerRotationOrder_YZX 3
eEulerRotationOrder_ZXY 4
eEulerRotationOrder_ZYX 5
eEulerRotationOrder_LastEnum 6

References

See all references...