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