Trait grafix_toolbox::uses::math::TupleMathEext[][src]

pub trait TupleMathEext<RA: TupleMath<f32, A>, A: TupleMathReq<A>>: TupleMath<RA, A> + TupleMath<f32, A> {
    fn mix<M>(self, a: M, r: RA) -> Self
    where
        f32: Cast<M>
, { ... } }

Provided methods

Implementors