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