Esempio n. 1
0
 public static Matrix Scaling(int x, int y, int z)
 {
     return(new Matrix(DxMatrix.Scaling(x, y, z)));
 }