removed operator since its not even

This commit is contained in:
2024-09-03 22:21:42 +03:00
parent 7bb8dcbb8c
commit bc340b0d24
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);