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