コード例 #1
0
 public static Matrix3 Adjugate(Matrix3 m)
 {
     return(Matrix3.Adjugate(m));
 }