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
impl<S: TupleMath<RA, A> + TupleMath<f32, A>, RA: TupleMath<f32, A>, A: TupleMathReq<A>> TupleMathEext<RA, A> for S[src]