an array of points (which are arrays of numbers)
the point to test nearness to
a point edge index matches vertices such that edge(N) = [vert(N), vert(N + 1)]
given a polygon and a point, in 2D, find a point on the boundary of the polygon that is closest to the provided point.
an array of points (which are arrays of numbers)