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

pub trait TupleSigned<A: TupleMathReq<A> + Rounding + Neg<Output = A>>: TupleTrans<A> {
    fn neg(self) -> Self { ... }
fn sgn(self) -> Self { ... }
fn round(self) -> Self { ... }
fn abs(self) -> Self { ... } }

Provided methods

Implementors