Vector normalRight()

Source

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