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