squaredLength property

double get squaredLength

Computes the squared length of this quaternion

Implementation

double get squaredLength => dot( this );