Trait vecmath::traits::One[][src]

pub trait One {
    pub fn one() -> Self;
}

Number 1.

Required methods

pub fn one() -> Self[src]

Returns 1.

Loading content...

Implementations on Foreign Types

impl One for f64[src]

impl One for f32[src]

Loading content...

Implementors

Loading content...