GraphMine

util-math / io.github.sof3.graphmine.util.math / IntVector3 / length

length

val length: Double

Calculates the length (a.k.a. norm or modulus) of this vector.

Use lengthSquared if only comparison is needed for less computation.