[]Trait skeletal_animation::math::traits::Signum

pub trait Signum {
    fn signum(self) -> Self;
}

The sign of the number.

Required methods

fn signum(self) -> Self

Returns number representing the sign of self

Loading content...

Implementations on Foreign Types

impl Signum for f32

impl Signum for f64

Loading content...

Implementors

Loading content...