39 #ifndef IE_CORE_BOXALGO_H
40 #define IE_CORE_BOXALGO_H
44 #include "OpenEXR/ImathBox.h"
51 std::ostream &operator <<( std::ostream &os, const Imath::Box<T> &obj );
55 Imath::Vec2<T>
closestPointInBox(
const Imath::Vec2<T>& p,
const Imath::Box< Imath::Vec2<T> >& box );
59 #include "IECore/BoxAlgo.inl"
61 #endif // IE_CORE_BOXALGO_H
Imath::Vec2< T > closestPointInBox(const Imath::Vec2< T > &p, const Imath::Box< Imath::Vec2< T > > &box)
Closest point in box for 2D box types.
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43