added a lt operator to the header
added a lt operator to the header, so that I can use aiVectors as stl keys and suchpull/276/head
parent
73e6908c36
commit
09fffac068
|
@ -88,6 +88,7 @@ public:
|
||||||
// comparison
|
// comparison
|
||||||
bool operator== (const aiVector3t& other) const;
|
bool operator== (const aiVector3t& other) const;
|
||||||
bool operator!= (const aiVector3t& other) const;
|
bool operator!= (const aiVector3t& other) const;
|
||||||
|
bool operator < (const aiVector3t& other) const;
|
||||||
|
|
||||||
template <typename TOther>
|
template <typename TOther>
|
||||||
operator aiVector3t<TOther> () const;
|
operator aiVector3t<TOther> () const;
|
||||||
|
|
Loading…
Reference in New Issue