Finds the triangle containing point p.
p
int findPoint(Point p, [int startTriangle = 0]) { return find(p.x, p.y, startTriangle); }