negate method

Vector negate()

Implementation

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