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