Struct nalgebra::Pnt0 [] [src]

pub struct Pnt0<N>(pub PhantomData<N>);

Point of dimension 0.

Methods

impl<N> Pnt0<N>

fn new() -> Pnt0<N>

Creates a new point.

Trait Implementations

impl<N> Repeat<N> for Pnt0<N>

fn repeat(_: N) -> Pnt0<N>

Derived Implementations

impl<N: Copy> Copy for Pnt0<N>

impl<N: Debug> Debug for Pnt0<N>

fn fmt(&self, __arg_0: &mut Formatter) -> Result

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>

fn eq(&self, __arg_0: &Pnt0<N>) -> bool

fn ne(&self, __arg_0: &Pnt0<N>) -> bool

impl<N: Eq> Eq for Pnt0<N>