Vector normalLeft()

Source

Vector normalLeft() {
  return new Vector(y, -x);
}