distanceFrom

open infix fun distanceFrom(other: Vector3D): Double

Calculates the euclidean distance between two vectors.

Return

distance between the vectors

Parameters

other

vector to compare