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

pub fn closest_points_line_line<N>(
    orig1: &Point<N, U2>,
    dir1: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>,
    orig2: &Point<N, U2>,
    dir2: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>
) -> (Point<N, U2>, Point<N, U2>) where
    N: RealField

Closest points between two segments.