mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
removed operator since its not even
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user