pub fn closest_points_segment_segment_with_locations(
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2>,
    seg1: &Segment,
    seg2: &Segment
) -> (SegmentPointLocation, SegmentPointLocation)
Expand description

Closest points between two segments.