| Parameter | Description |
|---|---|
| a | The first vector to check. |
| b | The second vector to check. |
float
The distance between a and b.
Calculates the distance between two given vectors.
Vector3Int.Distance(a,b) is the same as (a-b).magnitude.