コード例 #1
0
ファイル: Matrix4P.cs プロジェクト: jetelain/bis-file-formats
 public override string ToString()
 {
     return(matrix.ToString());
 }