Struct nalgebra::base::coordinates::XYZWAB   [−][src]
#[repr(C)]pub struct XYZWAB<N: Scalar> { pub x: N, pub y: N, pub z: N, pub w: N, pub a: N, pub b: 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
x: Ny: Nz: Nw: Na: Nb: NTrait Implementations
impl<N: Copy + Scalar> Copy for XYZWAB<N>[src]
impl<N: Eq + Scalar> Eq for XYZWAB<N>[src]
impl<N: Scalar> StructuralEq for XYZWAB<N>[src]
impl<N: Scalar> StructuralPartialEq for XYZWAB<N>[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for XYZWAB<N> where
    N: RefUnwindSafe, 
N: RefUnwindSafe,
impl<N> Send for XYZWAB<N> where
    N: Send, 
N: Send,
impl<N> Sync for XYZWAB<N> where
    N: Sync, 
N: Sync,
impl<N> Unpin for XYZWAB<N> where
    N: Unpin, 
N: Unpin,
impl<N> UnwindSafe for XYZWAB<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]