Home | History | Annotate | Download | only in Imath

Lines Matching refs:extendBy

102     void		extendBy (const T &point);
103 void extendBy (const Box<T> &box);
201 Box<T>::extendBy(const T &point)
216 Box<T>::extendBy(const Box<T> &box)
373 void extendBy (const Vec2<T> &point);
374 void extendBy (const Box<Vec2<T> > &box);
457 Box<Vec2<T> >::extendBy (const Vec2<T> &point)
475 Box<Vec2<T> >::extendBy (const Box<Vec2<T> > &box)
615 void extendBy (const Vec3<T> &point);
616 void extendBy (const Box<Vec3<T> > &box);
700 Box<Vec3<T> >::extendBy (const Vec3<T> &point)
724 Box<Vec3<T> >::extendBy (const Box<Vec3<T> > &box)