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
pull/276/head
Peter LaValle 2014-05-14 14:16:49 +01:00
parent 73e6908c36
commit 09fffac068
1 changed files with 1 additions and 0 deletions

View File

@ -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;