Struct nalgebra::Pnt0 [] [src]

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

Point of dimension 0.

Methods

impl<N> Pnt0<N>
[src]

fn new() -> Pnt0<N>

Creates a new point.

Trait Implementations

impl<N: Copy> Copy for Pnt0<N>
[src]

impl<N: Debug> Debug for Pnt0<N>
[src]

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

Formats the value using the given formatter.

impl<N: Clone> Clone for Pnt0<N>
[src]

fn clone(&self) -> Pnt0<N>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<N: PartialEq> PartialEq for Pnt0<N>
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl<N: Eq> Eq for Pnt0<N>
[src]

impl<N> Repeat<N> for Pnt0<N>
[src]

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

Returns a value with filled by val.