Esempio n. 1
0
 public static Vector operator /(Vector a, float factor)
 {
     return(new Vector(Vector3.Divide(a.value, factor)));
 }