Vector3.dist method

dist(self, other: Vector3) -> float:

Returns the distance between this vector and other.

Note: a.dist(other) is the same as a.sub(b).length.

Parameters

Returns

float

distance between vectors.