Struct nalgebra::base::coordinates::M3x2 [−][src]
#[repr(C)]pub struct M3x2<T: Scalar> { pub m11: T, pub m21: T, pub m31: T, pub m12: T, pub m22: T, pub m32: T, }
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: Tm21: Tm31: Tm12: Tm22: Tm32: TTrait Implementations
impl<T: Scalar> StructuralEq for M3x2<T>[src]
impl<T: Scalar> StructuralEq for M3x2<T>[src]impl<T: Scalar> StructuralPartialEq for M3x2<T>[src]
impl<T: Scalar> StructuralPartialEq for M3x2<T>[src]Auto Trait Implementations
impl<T> RefUnwindSafe for M3x2<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for M3x2<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for M3x2<T> where
T: UnwindSafe,
impl<T> UnwindSafe for M3x2<T> where
T: 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]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,