Ejemplo n.º 1
0
 public static Matrix3x3 operator /(Matrix3x3 a, float b)
 {
     return(UMath.DivideMatrix(a, b));
 }