Vector3.dist method
Returns the distance between this vector and other
.
Note: a.dist(other)
is the same as a.sub(b).length
.
Parameters
-
other: Vector3
Returns
float
distance between vectors.
Returns the distance between this vector and other
.
Note: a.dist(other)
is the same as a.sub(b).length
.
distance between vectors.