Vector negate()

Source

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