lengthSqr property

double get lengthSqr

Implementation

double get lengthSqr => x * x + y * y + z * z + w * w;