Trait vectrix::Zero[][src]

pub trait Zero {
    fn zero() -> Self;
}
Expand description

Defines a additive identity element for a type.

Required methods

Returns the additive identity element of this type.

Implementations on Foreign Types

Implementors