operator unary- method

Vector3 operator unary- ()

Negate

Implementation

Vector3 operator -() => clone()..negate();