Finds the closest point to the given point.
Param: point = The point to find the closest point to mesh = The mesh to index.
The vertex index of the closest point, or -1 if there is no points in the mesh.
See Implementation
Finds the closest point to the given point.
Param: point = The point to find the closest point to mesh = The mesh to index.