[][src]Function oxygengine_physics_2d::prelude::ncollide2d::query::closest_points_segment_segment_with_locations

pub fn closest_points_segment_segment_with_locations<N>(
    m1: &Isometry<N, U2, Unit<Complex<N>>>,
    seg1: &Segment<N>,
    m2: &Isometry<N, U2, Unit<Complex<N>>>,
    seg2: &Segment<N>
) -> (SegmentPointLocation<N>, SegmentPointLocation<N>) where
    N: RealField

Closest points between two segments.