length property

num length

Cartesian length of the vector

Implementation

num get length => math.sqrt(lengthSquared);