warp.mesh_query_furthest_point_no_sign#
- warp.mesh_query_furthest_point_no_sign( ) MeshQueryPoint#
Kernel
Differentiable
Compute the furthest point on the
warp.Meshwith identifieridto the given point in space.This method does not compute the sign of the point (inside/outside).
- Parameters:
id – The mesh identifier
point – The point in space to query
min_dist – Mesh faces below this distance will not be considered by the query.