Returns the length of this vector (Read Only).
(x*x+y*y+z*z+w*w)
.If you only need to compare magnitudes of some vectors, you can compare squared magnitudes of them
using sqrMagnitude (computing squared magnitudes is faster).See Also: sqrMagnitude.