closest_points_segment_segment_with_locations_nD

Function closest_points_segment_segment_with_locations_nD 

Source
pub fn closest_points_segment_segment_with_locations_nD(
    seg1: (&Vector, &Vector),
    seg2: (&Vector, &Vector),
) -> (SegmentPointLocation, SegmentPointLocation)
Expand description

Segment-segment closest points computation in an arbitrary dimension.