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