Functions | |
| template<typename T > | |
| bool | operator< (const Imath::Vec2< T > &left, const Imath::Vec2< T > &right) |
| Implementation of operator <, allowing vectors to be used as keys in maps and the like. | |
| template<typename T > | |
| bool | operator< (const Imath::Vec3< T > &left, const Imath::Vec3< T > &right) |
| Implementation of operator <, allowing vectors to be used as keys in maps and the like. | |
| bool Imath::operator< | ( | const Imath::Vec3< T > & | left, | |
| const Imath::Vec3< T > & | right | |||
| ) | [inline] |
Implementation of operator <, allowing vectors to be used as keys in maps and the like.
| bool Imath::operator< | ( | const Imath::Vec2< T > & | left, | |
| const Imath::Vec2< T > & | right | |||
| ) | [inline] |
Implementation of operator <, allowing vectors to be used as keys in maps and the like.
1.5.8