[]Trait skeletal_animation::math::traits::Max

pub trait Max {
    fn max(self, other: Self) -> Self;
}

Maximum value.

Required methods

fn max(self, other: Self) -> Self

Returns the maximum value of self or other.

Loading content...

Implementations on Foreign Types

impl Max for f64

impl Max for f32

Loading content...

Implementors

Loading content...