The vertex array to search in.
A vertex/position to search for. This can be any x-y-tuple and does not necessarily need to be an instance of Vertex.
The epsilon tolerance to use (should be >= 0). This is a required param to avoid excessive is-undef checking if this function runs in a loop.
In an array of vertices find the first occurence of a specific vertex, using and epsilon tolerance.