Home
last modified time | relevance | path

Searched refs:accurateBounds (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dscene_curves.cpp487 …TYPE_ORIENTED_CURVE: return enlarge_bounds(getOrientedCurveScaledRadius(i,itime).accurateBounds()); in bounds()
498 …RIENTED_CURVE: return enlarge_bounds(getOrientedCurveScaledRadius(space,i,itime).accurateBounds()); in bounds()
509 …RVE: return enlarge_bounds(getOrientedCurveScaledRadius(ofs,scale,space,i,itime).accurateBounds()); in bounds()
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dlinear_bezier_patch.h136 __forceinline BBox3fa accurateBounds() const {
137 return merge(L.accurateBounds(),R.accurateBounds());
H A Dbezier_curve.h528 __forceinline BBox3fa accurateBounds() const in accurateBounds() function