Exemple #1
0
 public static int3x2 int3x2(double3x2 v)
 {
     return(new int3x2(v));
 }
Exemple #2
0
 public int3x2(double3x2 v)
 {
     this.c0 = (int3)v.c0;
     this.c1 = (int3)v.c1;
 }