closest_simplex#
- iskra.geometry.distances.closest_simplex(x: Tensor, simplices: Tensor) tuple[Tensor, Tensor, Tensor][SOURCE]#
Finds the closest simplex to a set of points.
Thin dispatcher to one of
iskra.closest_edge,iskra.closest_triangle. See documentation of these functions for more information. Bs3 is the shape that results from broadcasting Bs1 and Bs2.- Parameters:
- Returns: