pub enum EulerSeq {
XYX,
XYZ,
XZX,
XZY,
YXY,
YXZ,
YZX,
YZY,
ZXY,
ZXZ,
}
Expand description
Euler sequences conventions of rotations
Variants§
Auto Trait Implementations§
impl Freeze for EulerSeq
impl RefUnwindSafe for EulerSeq
impl Send for EulerSeq
impl Sync for EulerSeq
impl Unpin for EulerSeq
impl UnwindSafe for EulerSeq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more