length property
double
get
length
Euclidean length (magnitude) of this quaternion.
Implementation
double get length => math.sqrt(lengthSqr);
Euclidean length (magnitude) of this quaternion.
double get length => math.sqrt(lengthSqr);