Trait mgf::MinDistance [] [src]

pub trait MinDistance<To = Point3<f32>, Result = Point3<f32>> {
    fn min_dist(&self, _: &To) -> Result;
}

Finds the result corresponding to the minimum distance between two objects.

Required Methods

Implementors