[]Trait skeletal_animation::math::traits::Zero

pub trait Zero {
    fn zero() -> Self;
}

Number 0.

Required methods

fn zero() -> Self

Returns 0.

Loading content...

Implementations on Foreign Types

impl Zero for f32

impl Zero for f64

Loading content...

Implementors

Loading content...