Esempio n. 1
0
 public static float Determinant(Matrix4x4 m)
 {
     return(Matrix4x4.INTERNAL_CALL_Determinant(ref m));
 }