pub fn closest_points_segment_segment_2d(
seg1: (&Vector2, &Vector2),
seg2: (&Vector2, &Vector2),
) -> (SegmentPointLocation, SegmentPointLocation)Expand description
Segment-segment closest points computation in an arbitrary dimension.
pub fn closest_points_segment_segment_2d(
seg1: (&Vector2, &Vector2),
seg2: (&Vector2, &Vector2),
) -> (SegmentPointLocation, SegmentPointLocation)Segment-segment closest points computation in an arbitrary dimension.