Function veloren_common_systems::phys::closest_points_3d

source ยท
pub fn closest_points_3d(
    n: LineSegment3<f32>,
    m: LineSegment3<f32>,
) -> (Vec3<f32>, Vec3<f32>)