Squared length of this vector.
Prefer over length when only relative comparison is needed.
double get lengthSqr => x * x + y * y + z * z + w * w;