negate method

Vector3C negate()

Implementation

Vector3C negate() => set(-x, -y, -z);