Searched refs:intersects (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathInterval.h97 bool intersects(const T &point) const;
98 bool intersects(const Interval<T> &interval) const;
183 Interval<T>::intersects(const T& point) const function in class:Imath::Interval
190 Interval<T>::intersects(const Interval<T>& interval) const function in class:Imath::Interval
H A DImathBox.h111 bool intersects(const T &point) const;
112 bool intersects(const Box<T> &box) const;
207 inline bool Box<T>::intersects(const T& point) const function in class:Imath::Box
217 inline bool Box<T>::intersects(const Box<T>& box) const function in class:Imath::Box
H A DImathBoxAlgo.h64 // bool intersects(const Box<Vec3<T>> &box,
68 // bool intersects(const Box<Vec3<T>> &box, const Line3<T> &ray)
507 intersects (const Box< Vec3<T> > &b, const Line3<T> &r, Vec3<T> &ip) function in namespace:Imath
516 // ray starts outside and intersects the box
518 // - false if the ray starts outside the box and intersects it,
536 // No ray intersects an empty box
542 if (b.intersects (r.pos))
558 // The ray intersects the box if the most distant frontfacing intersection
785 intersects (const Box< Vec3<T> > &box, const Line3<T> &ray) function in namespace:Imath
788 return intersects (bo
[all...]

Completed in 36 milliseconds