Struct nalgebra::base::coordinates::IJKW [−][src]
#[repr(C)]pub struct IJKW<N: Scalar> { pub i: N, pub j: N, pub k: N, pub w: 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
i: N
j: N
k: N
w: N
Trait Implementations
impl<N: Copy + Scalar> Copy for IJKW<N>
[src]
impl<N: Eq + Scalar> Eq for IJKW<N>
[src]
impl<N: Scalar> StructuralEq for IJKW<N>
[src]
impl<N: Scalar> StructuralPartialEq for IJKW<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for IJKW<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for IJKW<N> where
N: Send,
N: Send,
impl<N> Sync for IJKW<N> where
N: Sync,
N: Sync,
impl<N> Unpin for IJKW<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for IJKW<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]