Cortex  10.0.0-a4
Functions
VecAlgo.h File Reference
#include "OpenEXR/ImathVec.h"
#include "IECore/VecAlgo.inl"

Go to the source code of this file.

Functions

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.
 

Detailed Description

Defines additional functions for operating on Imath::Vec2 and Imath::Vec3 types.