Trait grafix_toolbox::uses::math::TupleSelf [−][src]
pub trait TupleSelf<A: TupleMathReq<A>>: TupleTrans<A> + TupleMath<A, A> + TupleVecIdentity + Copy { fn pow2(self) -> Self { ... } fn len(self) -> A { ... } fn norm(self) -> Self { ... } }
Provided methods
Implementors
impl<S: TupleTrans<A> + TupleMath<A, A> + TupleVecIdentity + Copy, A: TupleMathReq<A>> TupleSelf<A> for S[src]