adjugate matrix function

This commit is contained in:
BlackMATov
2021-02-27 11:46:11 +07:00
parent 92a8bb83bf
commit 4f09d7859d
3 changed files with 122 additions and 154 deletions

View File

@@ -336,6 +336,10 @@ namespace vmath_hpp
template fix3x3f transpose(const fix3x3f&);
template fix4x4f transpose(const fix4x4f&);
template fix2x2f adjugate(const fix2x2f&);
template fix3x3f adjugate(const fix3x3f&);
template fix4x4f adjugate(const fix4x4f&);
template fix<float> determinant(const fix2x2f&);
template fix<float> determinant(const fix3x3f&);
template fix<float> determinant(const fix4x4f&);