Method Distance
Distance(Vector3, Vector3)
Calculates the distance between two vectors.
Declaration
public static float Distance(Vector3 position1, Vector3 position2)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | position1 | The first vector to calculate the distance to the second vector. |
Vector3 | position2 | The second vector to calculate the distance to the first vector. |
Returns
Type | Description |
---|---|
System.Single | The distance between the two vectors. |