Przeglądaj źródła

added a lt operator to the header

added a lt operator to the header, so that I can use aiVectors as stl keys and such
Peter LaValle 11 lat temu
rodzic
commit
09fffac068
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      include/assimp/vector3.h

+ 1 - 0
include/assimp/vector3.h

@@ -88,6 +88,7 @@ public:
 	// comparison
 	bool operator== (const aiVector3t& other) const;
 	bool operator!= (const aiVector3t& other) const;
+	bool operator < (const aiVector3t& other) const;
 
 	template <typename TOther>
 	operator aiVector3t<TOther> () const;