Struct nalgebra::base::coordinates::XYZ [−][src]
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: N
y: N
z: N
Trait Implementations
impl<N: Clone + Scalar> Clone for XYZ<N>
[src][+]
impl<N: Copy + Scalar> Copy for XYZ<N>
[src]
impl<N: Debug + Scalar> Debug for XYZ<N>
[src][+]
impl<N: Eq + Scalar> Eq for XYZ<N>
[src]
impl<N: Hash + Scalar> Hash for XYZ<N>
[src][+]
impl<N: PartialEq + Scalar> PartialEq<XYZ<N>> for XYZ<N>
[src][+]
impl<N: Scalar> StructuralEq for XYZ<N>
[src]
impl<N: Scalar> StructuralPartialEq for XYZ<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for XYZ<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for XYZ<N> where
N: Send,
N: Send,
impl<N> Sync for XYZ<N> where
N: Sync,
N: Sync,
impl<N> Unpin for XYZ<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for XYZ<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src][+]
SS: SubsetOf<SP>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,