#include "OpenEXR/ImathVec.h"
#include "IECore/VecAlgo.inl"
Go to the source code of this file.
|
template<typename T > |
bool | Imath::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 | Imath::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.
|
|
Defines additional functions for operating on Imath::Vec2 and Imath::Vec3 types.