Trait One
vecmath::traits
pub trait One { pub fn one() -> Self; }
Number 1.
pub fn one() -> Self
Returns 1.
impl One for f64
pub fn one() -> f64
impl One for f32
pub fn one() -> f32