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