Function closest_points_3d

Source
pub fn closest_points_3d(
    n: LineSegment3<f32>,
    m: LineSegment3<f32>,
) -> (Vec3<f32>, Vec3<f32>)