Exemple #1
0
 public static int4x4 int4x4(float4x4 v)
 {
     return(new int4x4(v));
 }