length property

double get length

Computes the length of this quaternion.

Implementation

double get length => math.sqrt( squaredLength );