warp.mesh_query_point_no_sign#

warp.mesh_query_point_no_sign(
id: uint64,
point: vec3f,
max_dist: float32,
) MeshQueryPoint#
  • Kernel

  • Differentiable

Computes the closest point on the warp.Mesh with identifier id to the given point in space.

This method does not compute the sign of the point (inside/outside) which makes it faster than other point query methods.

param id:

The mesh identifier

param point:

The point in space to query

param max_dist:

Mesh faces above this distance will not be considered by the query