Home | History | Annotate | Download | only in Imath

Lines Matching refs:intersects

112     bool		intersects (const T &point) const;
113 bool intersects (const Box<T> &box) const;
231 Box<T>::intersects(const T &point) const
245 Box<T>::intersects(const Box<T> &box) const
383 bool intersects (const Vec2<T> &point) const;
384 bool intersects (const Box<Vec2<T> > &box) const;
493 Box<Vec2<T> >::intersects (const Vec2<T> &point) const
505 Box<Vec2<T> >::intersects (const Box<Vec2<T> > &box) const
625 bool intersects (const Vec3<T> &point) const;
626 bool intersects (const Box<Vec3<T> > &box) const;
748 Box<Vec3<T> >::intersects (const Vec3<T> &point) const
761 Box<Vec3<T> >::intersects (const Box<Vec3<T> > &box) const