Trait octoon_math::consts::One

source ·
pub trait One: Sized {
    fn one() -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors