warp.mesh_query_point_no_sign#
- warp.mesh_query_point_no_sign( ) MeshQueryPoint#
Kernel
Differentiable
Compute the closest point on the
warp.Meshwith identifieridto the givenpointin space.This method does not compute the sign of the point (inside/outside) which makes it faster than other point query methods.
- Parameters:
id – The mesh identifier
point – The point in space to query
max_dist – Mesh faces above this distance will not be considered by the query.