pub fn segment_against_segment_with_locations<N: Real>(
    m1: &Isometry<N>,
    seg1: &Segment<N>,
    m2: &Isometry<N>,
    seg2: &Segment<N>
) -> (SegmentPointLocation<N>, SegmentPointLocation<N>)
Expand description

Closest points between two segments.