Function heron::rapier_plugin::rapier2d::parry::query::closest_points::closest_points_segment_segment_with_locations[][src]

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

Closest points between two segments.