Gets a point in space. returns the handle the vertex of the given polygon that
is the closest vertex to the given point.
One important use of this function is in conjunction with STATE_engine_2D_point_to_3D()
When calling STATE_engine_2D_point_to_3D() keep the 3d point and call this
function with the 3d point.
|