Negates this vector, i.e. sets every component to the negative value of itself. Same as Vector( -vec.x, -vec.y, -vec.z )
Vector( -vec.x, -vec.y, -vec.z )