Ejemplo n.º 1
0
 public float2x3(int2x3 v)
 {
     this.c0 = v.c0;
     this.c1 = v.c1;
     this.c2 = v.c2;
 }
Ejemplo n.º 2
0
 public static float2x3 float2x3(int2x3 v) { return new float2x3(v); }