Compares this vector to another, based on their magnitudes.
The vector to compare to.
0 if the vectors have equal magnitude, 1 if this vector's magnitude is bigger, and -1 if the other's is bigger.
See Implementation
Compares this vector to another, based on their magnitudes.