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