length property

double get length

Computes the length of this 3D vector.

Implementation

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