public void PreviousPoints(Point a, Point b)
 {
     Assert.AreEqual(b, poly.PreviousVertex(a));
 }