Calculates the reverse of a vector. Equivalent to the vector rotated 180 degrees counter-clockwise
Vector in question
Optional
Optional vector to store the output (can be used to inject results into an existing vector)
The reversed vector
Calculates the reverse of a vector. Equivalent to the vector rotated 180 degrees counter-clockwise