@Test
 public void testLeft() {
   assertEquals(new Coordinate(-1, 0), Coordinate.ORIGIN.left());
 }