removed operator since its not even

This commit is contained in:
2024-09-03 22:21:42 +03:00
parent 0221be90b7
commit 609b4d52b9
3 changed files with 1 additions and 27 deletions

View File

@@ -65,8 +65,6 @@ namespace omath
Matrix operator*(float f) const;
Matrix operator*(const Vector3 &vec3) const;
Matrix &operator*=(float f);
Matrix &operator/=(float f);