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.