Orientation_Type enum
Constructors
- Orientation_Type()
-
const
Values
- noOrientation → const Orientation_Type
- vectorRadians → const Orientation_Type
- vectorDegrees → const Orientation_Type
- eulerAngles → const Orientation_Type
- axisAngles → const Orientation_Type
- quaternion → const Orientation_Type
- notSet → const Orientation_Type
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
Orientation_Type> - A constant List of the values in this enum, in order of their declaration.