Struct nalgebra::base::coordinates::M2x4 [−][src]
#[repr(C)]pub struct M2x4<N: Scalar> { pub m11: N, pub m21: N, pub m12: N, pub m22: N, pub m13: N, pub m23: N, pub m14: N, pub m24: 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: Nm12: Nm22: Nm13: Nm23: Nm14: Nm24: NTrait Implementations
impl<'de, N: Scalar> Deserialize<'de> for M2x4<N> where
N: Deserialize<'de>, [src]
impl<'de, N: Scalar> Deserialize<'de> for M2x4<N> where
N: Deserialize<'de>, [src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<N: Copy + Scalar> Copy for M2x4<N>[src]
impl<N: Eq + Scalar> Eq for M2x4<N>[src]
impl<N: Scalar> StructuralEq for M2x4<N>[src]
impl<N: Scalar> StructuralPartialEq for M2x4<N>[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for M2x4<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for M2x4<N> where
N: Send,
N: Send,
impl<N> Sync for M2x4<N> where
N: Sync,
N: Sync,
impl<N> Unpin for M2x4<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for M2x4<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]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<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,