Skip to main content

nearest_triangle3_triangle3

Function nearest_triangle3_triangle3 

Source
pub fn nearest_triangle3_triangle3<S>(
    _triangle_a: Triangle3<S>,
    _triangle_b: Triangle3<S>,
) -> (Triangle3Point<S>, Triangle3Point<S>)
Expand description

Returns the nearest 3D points two 3D triangles together with barycentric coordinates in relation to the triangle edges $ab$ and $ac$