distance

abstract infix fun distance(other: V): Double(source)

Calculate the distance between this vector and another vector.

Return

The distance between the two vectors.

Parameters

other

The other vector to calculate the distance to.