Skip to content
Snippets Groups Projects
Commit db477a36 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Remove Quaternion3f operator-

parent 5741939b
No related branches found
No related tags found
No related merge requests found
...@@ -148,10 +148,6 @@ public: ...@@ -148,10 +148,6 @@ public:
return *this; return *this;
} }
/// @brief minus
Quaternion3f operator - (const Quaternion3f& other) const;
const Quaternion3f& operator -= (const Quaternion3f& other);
/// @brief multiplication /// @brief multiplication
inline Quaternion3f operator * (const Quaternion3f& other) const inline Quaternion3f operator * (const Quaternion3f& other) const
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment