Removed Quaternion/Vector comparison operator
Made no sense Former-commit-id: 3c2a822cd3142e2bc931021ef8874602630be8cf
This commit is contained in:
@@ -79,10 +79,6 @@ class NzVector2
|
||||
|
||||
bool operator==(const NzVector2& vec) const;
|
||||
bool operator!=(const NzVector2& vec) const;
|
||||
bool operator<(const NzVector2& vec) const;
|
||||
bool operator<=(const NzVector2& vec) const;
|
||||
bool operator>(const NzVector2& vec) const;
|
||||
bool operator>=(const NzVector2& vec) const;
|
||||
|
||||
static NzVector2 Lerp(const NzVector2& from, const NzVector2& to, T interpolation);
|
||||
static NzVector2 UnitX();
|
||||
|
||||
Reference in New Issue
Block a user