squaredLength property
double
get
squaredLength
Computes the squared length of this quaternion
Implementation
double get squaredLength => dot( this );
Computes the squared length of this quaternion
double get squaredLength => dot( this );