Summary
Returns squared distance between the 2 given vectors. This is faster than
Vector2.DistanceBetween,
and can be used for things like comparing distances, as long as only squared values are used.
Summary
Returns squared distance between the 2 given vectors. This is faster than
Vector2.Distance,
and can be used for things like comparing distances, as long as only squared values are used.