pub fn closest_points_segment_segment_with_locations(
pos12: &Isometry<Real>,
seg1: &Segment,
seg2: &Segment
) -> (SegmentPointLocation, SegmentPointLocation)
Expand description
Closest points between two segments.
pub fn closest_points_segment_segment_with_locations(
pos12: &Isometry<Real>,
seg1: &Segment,
seg2: &Segment
) -> (SegmentPointLocation, SegmentPointLocation)
Closest points between two segments.