Struct nalgebra::Vec0 [] [src]

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

Vector of dimension 0.

Methods

impl<N> Vec0<N>

fn new() -> Vec0<N>

Creates a new vector.

Trait Implementations

impl<N> Repeat<N> for Vec0<N>

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

Derived Implementations

impl<N: Copy> Copy for Vec0<N>

impl<N: Debug> Debug for Vec0<N>

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

impl<N: Clone> Clone for Vec0<N>

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

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

impl<N: PartialEq> PartialEq for Vec0<N>

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

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

impl<N: Eq> Eq for Vec0<N>