Vector2IntExtensions.Average
Extension Method in Vector2IntExtensions
Declaration
public static Vector2Int Average(this Vector2Int[] vectors)
Description
Calculates the average of the vectors.
Parameters
vectors | The vectors to return the average of. |
Returns
Vector2Int | A new vector of the average. |