Home
last modified time | relevance | path

Searched refs:Intersect_BBox (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dobjects.cpp116 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
170 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
216 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
262 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
958 bool ObjectBase::Intersect_BBox(BBoxDirection variant, const BBOX_VECT& origin, const BBOX_VECT& in… in Intersect_BBox() function in pov::ObjectBase
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dplane.h86 …virtual bool Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) c…
H A Dsphere.h85 …virtual bool Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) c…
H A Dbox.h98 …virtual bool Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) c…
H A Dpolynomial.h96 …virtual bool Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) c…
H A Dtriangle.h91 …virtual bool Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) c…
H A Dplane.cpp620 bool Plane::Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) con… in Intersect_BBox() function in pov::Plane
H A Dsphere.cpp778 bool Sphere::Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) co… in Intersect_BBox() function in pov::Sphere
H A Dbox.cpp1072 bool Box::Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) const in Intersect_BBox() function in pov::Box
H A Dtriangle.cpp1414 bool Triangle::Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) … in Intersect_BBox() function in pov::Triangle
H A Dpolynomial.cpp1501 bool Poly::Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar) const in Intersect_BBox() function in pov::Poly
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dplanes.h73 virtual bool Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const;
H A Dspheres.h72 virtual bool Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const;
H A Dboxes.h72 virtual bool Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const;
H A Dpoly.h78 virtual bool Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const;
H A Dtriangle.h78 virtual bool Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const;
H A Dplanes.cpp624 bool Plane::Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const in Intersect_BBox() function in pov::Plane
H A Dspheres.cpp815 bool Sphere::Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const in Intersect_BBox() function in pov::Sphere
H A Dboxes.cpp1118 bool Box::Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const in Intersect_BBox() function in pov::Box
H A Dtriangle.cpp1489 bool Triangle::Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const in Intersect_BBox() function in pov::Triangle
H A Dpoly.cpp1537 bool Poly::Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL) const in Intersect_BBox() function in pov::Poly
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Dobject.cpp119 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
173 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
219 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
265 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in Find_Intersection()
904 bool ObjectBase::Intersect_BBox(BBoxDirection variant, const BBoxVector3d& origin, const BBoxVector… in Intersect_BBox() function in pov::ObjectBase
H A Dobject.h256 …virtual bool Intersect_BBox(BBoxDirection, const BBoxVector3d&, const BBoxVector3d&, BBoxScalar = …
/dports/graphics/povray37/povray-3.7.0.10/source/backend/
H A Dframe.h1407 …virtual bool Intersect_BBox(BBoxDirection, const BBOX_VECT&, const BBOX_VECT&, BBOX_VAL = HUGE_VAL…
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtrace.cpp348 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in FindIntersection()
401 if(object->Intersect_BBox(variant, origin, invdir, closest) == false) in FindIntersection()

12