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