[]Trait skeletal_animation::math::traits::Powf

pub trait Powf {
    fn powf(self, other: Self) -> Self;
}

Floating number power.

Required methods

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

Returns floating power of the number.

Loading content...

Implementations on Foreign Types

impl Powf for f64

impl Powf for f32

Loading content...

Implementors

Loading content...