Finds the closest 2 points to the given point.
Param: point = The point to find the closest 2 points to mesh = The mesh to index.
The vertex indices of the mesh of the 2 closest points to the given point, or -1 if there's fewer than 2 points in the mesh.
See Implementation
Finds the closest 2 points to the given point.
Param: point = The point to find the closest 2 points to mesh = The mesh to index.