matrix: remove redundant determinant method
This commit is contained in:
parent
5ef6f936a5
commit
76eb5d55b5
@ -53,8 +53,6 @@ namespace util {
|
|||||||
matrix inverse_affine (void) const;
|
matrix inverse_affine (void) const;
|
||||||
matrix& invert_affine (void);
|
matrix& invert_affine (void);
|
||||||
|
|
||||||
T det (void) const;
|
|
||||||
|
|
||||||
matrix operator* (const matrix&) const;
|
matrix operator* (const matrix&) const;
|
||||||
matrix& operator*=(const matrix&);
|
matrix& operator*=(const matrix&);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user