Trait parrot::geom::Distance [] [src]

pub trait Distance<T, N: Number> {
    fn distance_squared(self, other: T) -> N;

    fn distance(self, other: T) -> N
    where
        Self: Sized
, { ... } }

Required Methods

Provided Methods

Implementors