point_tetrahedron_dist#
- iskra.geometry.distances.point_tetrahedron_dist(x: Tensor, tetrahedra: Tensor) Tensor[SOURCE]#
Distance of a point to its closest point on an tetrahedron.
Implements
point_dist(x, tetrahedron_project(x, tetrahedra))usingiskra.point_distandiskra.tetrahedron_project. See documentation of these two functions for more information.