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