Negates a 4D vector.
This function negates each element of the provided 4D vector and stores the result in the destination vector. If no destination is provided, the original vector is modified.
The 4D vector to negate.
Optional
Optional destination vector to store the result. If not provided, the result is stored in the input vector.
The negated 4D vector.
Negates a 4D vector.
This function negates each element of the provided 4D vector and stores the result in the destination vector. If no destination is provided, the original vector is modified.