[]Trait skeletal_animation::math::traits::One

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

Number 1.

Required methods

fn one() -> Self

Returns 1.

Loading content...

Implementations on Foreign Types

impl One for f64

impl One for f32

Loading content...

Implementors

Loading content...