Struct nalgebra::Pnt0
[−]
[src]
pub struct Pnt0<N>(pub PhantomData<N>);
Point of dimension 0.
pub struct Pnt0<N>(pub PhantomData<N>);
Point of dimension 0.
impl<N> Pnt0<N>
impl<N> Repeat<N> for Pnt0<N>
impl<N: Copy> Copy for Pnt0<N>
impl<N: Debug> Debug for Pnt0<N>
impl<N: Clone> Clone for Pnt0<N>
fn clone(&self) -> Pnt0<N>
fn clone_from(&mut self, source: &Self)
impl<N: PartialEq> PartialEq for Pnt0<N>
impl<N: Eq> Eq for Pnt0<N>