Enum graphene::EulerOrder [−][src]
#[non_exhaustive]
pub enum EulerOrder {
Show variants
Default,
Xyz,
Yzx,
Zxy,
Xzy,
Yxz,
Zyx,
Sxyz,
Sxyx,
Sxzy,
Sxzx,
Syzx,
Syzy,
Syxz,
Syxy,
Szxy,
Szxz,
Szyx,
Szyz,
Rzyx,
Rxyx,
Ryzx,
Rxzx,
Rxzy,
Ryzy,
Rzxy,
Ryxy,
Ryxz,
Rzxz,
Rxyz,
Rzyz,
// some variants omitted
}Expand description
Specify the order of the rotations on each axis.
The Default value is special, and is used
as an alias for one of the other orders.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Rotate in the default order; the default order is one of the following enumeration values
Rotate in the X, Y, and Z order. Deprecated in
Graphene 1.10, it’s an alias for Sxyz
Rotate in the Y, Z, and X order. Deprecated in
Graphene 1.10, it’s an alias for Syzx
Rotate in the Z, X, and Y order. Deprecated in
Graphene 1.10, it’s an alias for Szxy
Rotate in the X, Z, and Y order. Deprecated in
Graphene 1.10, it’s an alias for Sxzy
Rotate in the Y, X, and Z order. Deprecated in
Graphene 1.10, it’s an alias for Syxz
Rotate in the Z, Y, and X order. Deprecated in
Graphene 1.10, it’s an alias for Szyx
Defines a static rotation along the X, Y, and Z axes (Since: 1.10)
Defines a static rotation along the X, Y, and X axes (Since: 1.10)
Defines a static rotation along the X, Z, and Y axes (Since: 1.10)
Defines a static rotation along the X, Z, and X axes (Since: 1.10)
Defines a static rotation along the Y, Z, and X axes (Since: 1.10)
Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)
Defines a static rotation along the Y, X, and Z axes (Since: 1.10)
Defines a static rotation along the Y, X, and Y axes (Since: 1.10)
Defines a static rotation along the Z, X, and Y axes (Since: 1.10)
Defines a static rotation along the Z, X, and Z axes (Since: 1.10)
Defines a static rotation along the Z, Y, and X axes (Since: 1.10)
Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)
Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)
Defines a relative rotation along the X, Y, and X axes (Since: 1.10)
Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)
Defines a relative rotation along the X, Z, and X axes (Since: 1.10)
Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)
Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)
Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)
Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)
Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for EulerOrderimpl Send for EulerOrderimpl Sync for EulerOrderimpl Unpin for EulerOrderimpl UnwindSafe for EulerOrderBlanket Implementations
Mutably borrows from an owned value. Read more