Function parry2d::query::closest_points::closest_points_segment_segment_with_locations_nD[][src]

pub fn closest_points_segment_segment_with_locations_nD<D>(
    seg1: (&Point<Real, D>, &Point<Real, D>),
    seg2: (&Point<Real, D>, &Point<Real, D>)
) -> (SegmentPointLocation, SegmentPointLocation) where
    D: DimName,
    DefaultAllocator: Allocator<Real, D>, 

Segment-segment closest points computation in an arbitrary dimension.