Skip to content
LIBRARY

OrientationState

Specifies the type of orientation state variables used in a component.

Cases

  • None

  • Euler

  • Quaternion

Source

dyad
"Specifies the type of orientation state variables used in a component."
enum OrientationState =
  | None
  | Euler
  | Quaternion
  • Examples

  • Experiments

  • Analyses

  • Tests