Exemple #1
0
 public static Vector2 Centroid(params Vector2[] vs)
 {
     return(Mathx.Average(vs));
 }