Enum static_math::transformations::EulerSeq [−][src]
pub enum EulerSeq { XYX, XYZ, XZX, XZY, YXY, YXZ, YZX, YZY, ZXY, ZXZ, }
Expand description
Euler sequences conventions of rotations
pub enum EulerSeq { XYX, XYZ, XZX, XZY, YXY, YXZ, YZX, YZY, ZXY, ZXZ, }
Euler sequences conventions of rotations
impl RefUnwindSafe for EulerSeq
impl Send for EulerSeq
impl Sync for EulerSeq
impl Unpin for EulerSeq
impl UnwindSafe for EulerSeq