Base: add overloaded method Matrix4D::isUnity()

This commit is contained in:
wmayer
2023-10-19 14:59:24 +02:00
committed by wwmayer
parent 2535a9e835
commit 2265198ffe
4 changed files with 21 additions and 9 deletions

View File

@@ -149,6 +149,8 @@ public:
void setToUnity();
/// Checks if this is the unit matrix
bool isUnity() const;
/// Checks if this is the unit matrix
bool isUnity(double tol) const;
/// Makes a null matrix
void nullify();
/// Checks if this is the null matrix