Average of multiple vectors
The mean of a set of vectors is calculated component-wise. In other words, for 2D vectors simply find the mean of the first coordinates and the mean of the second coordinates, and those will be the coordinates of the mean vector.