length property
double
get
length
Computes the length of this quaternion.
Implementation
double get length => math.sqrt( squaredLength );
Computes the length of this quaternion.
double get length => math.sqrt( squaredLength );