Struct nalgebra::base::coordinates::M6x2 [−][src]
#[repr(C)]pub struct M6x2<N: Scalar> { pub m11: N, pub m21: N, pub m31: N, pub m41: N, pub m51: N, pub m61: N, pub m12: N, pub m22: N, pub m32: N, pub m42: N, pub m52: N, pub m62: N, }
Data structure used to provide access to matrix and vector coordinates with the dot
notation, e.g., v.x is the same as v[0] for a vector.
Fields
m11: Nm21: Nm31: Nm41: Nm51: Nm61: Nm12: Nm22: Nm32: Nm42: Nm52: Nm62: NTrait Implementations
impl<N: Copy + Scalar> Copy for M6x2<N>[src]
impl<N: Eq + Scalar> Eq for M6x2<N>[src]
impl<N: Scalar> StructuralEq for M6x2<N>[src]
impl<N: Scalar> StructuralPartialEq for M6x2<N>[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for M6x2<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for M6x2<N> where
N: Send,
N: Send,
impl<N> Sync for M6x2<N> where
N: Sync,
N: Sync,
impl<N> Unpin for M6x2<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for M6x2<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]