Trait oxide_math::vector::Negate[][src]

pub trait Negate {
    fn negate(&self) -> Self;
}

Required methods

Implementors