This is a list of the FIVE (plus one!) measures of distance that every
#gamedev should know!
π§΅π
Starting from the most well-known one...
1β£ EUCLIDEAN DISTANCE π
Measures the distance between two points, using the Pythagorean theorem.
In Unity: Vector3.Distance(A,B).