Home
last modified time | relevance | path

Searched refs:theBoxMax (Results 1 – 23 of 23) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DSelectBasics_SelectingVolumeManager.hxx50 const NCollection_Vec3<Standard_Real>& theBoxMax,
56 const NCollection_Vec3<Standard_Real>& theBoxMax,
166 const NCollection_Vec3<Standard_Real>& theBoxMax, in Overlaps() argument
169 return OverlapsBox (theBoxMin, theBoxMax, thePickResult); in Overlaps()
174 const NCollection_Vec3<Standard_Real>& theBoxMax, in Overlaps() argument
177 return OverlapsBox (theBoxMin, theBoxMax, theInside); in Overlaps()
H A DSelectMgr_AxisIntersector.hxx59 const SelectMgr_Vec3& theBoxMax,
66 const SelectMgr_Vec3& theBoxMax,
157 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_Frustum.hxx71 const SelectMgr_Vec3& theBoxMax,
126 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_BaseIntersector.hxx127 const SelectMgr_Vec3& theBoxMax,
134 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_RectangularFrustum.hxx94 const SelectMgr_Vec3& theBoxMax,
101 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_SelectingVolumeManager.hxx118 const SelectMgr_Vec3& theBoxMax,
124 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_Frustum.lxx28 const SelectMgr_Vec3& theBoxMax,
33 theDirect.X() * (theDirect.X() < 0.0 ? theBoxMax.x() : theBoxMin.x()) +
34 theDirect.Y() * (theDirect.Y() < 0.0 ? theBoxMax.y() : theBoxMin.y()) +
35 theDirect.Z() * (theDirect.Z() < 0.0 ? theBoxMax.z() : theBoxMin.z());
38 theDirect.X() * (theDirect.X() < 0.0 ? theBoxMin.x() : theBoxMax.x()) +
39 theDirect.Y() * (theDirect.Y() < 0.0 ? theBoxMin.y() : theBoxMax.y()) +
40 theDirect.Z() * (theDirect.Z() < 0.0 ? theBoxMin.z() : theBoxMax.z());
/dports/cad/opencascade/opencascade-7.6.0/src/SelectBasics/
H A DSelectBasics_SelectingVolumeManager.hxx50 const NCollection_Vec3<Standard_Real>& theBoxMax,
56 const NCollection_Vec3<Standard_Real>& theBoxMax,
166 const NCollection_Vec3<Standard_Real>& theBoxMax, in Overlaps() argument
169 return OverlapsBox (theBoxMin, theBoxMax, thePickResult); in Overlaps()
174 const NCollection_Vec3<Standard_Real>& theBoxMax, in Overlaps() argument
177 return OverlapsBox (theBoxMin, theBoxMax, theInside); in Overlaps()
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_AxisIntersector.hxx59 const SelectMgr_Vec3& theBoxMax,
66 const SelectMgr_Vec3& theBoxMax,
157 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_Frustum.hxx71 const SelectMgr_Vec3& theBoxMax,
126 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_SelectingVolumeManager.cxx277 const SelectMgr_Vec3& theBoxMax, in OverlapsBox() argument
285 …return myActiveSelectingVolume->OverlapsBox (theBoxMin, theBoxMax, myViewClipRange, thePickResult); in OverlapsBox()
293 const SelectMgr_Vec3& theBoxMax, in OverlapsBox() argument
301 return myActiveSelectingVolume->OverlapsBox (theBoxMin, theBoxMax, theInside); in OverlapsBox()
H A DSelectMgr_AxisIntersector.cxx102 const SelectMgr_Vec3& theBoxMax, in hasIntersection() argument
110 …if (!BVH_Tools<Standard_Real, 3>::RayBoxIntersection (aRay, theBoxMin, theBoxMax, theTimeEnter, th… in hasIntersection()
227 const SelectMgr_Vec3& theBoxMax, in OverlapsBox() argument
235 if (!hasIntersection (theBoxMin, theBoxMax, aTimeEnter, aTimeLeave)) in OverlapsBox()
251 const SelectMgr_Vec3& theBoxMax, in OverlapsBox() argument
259 if (!hasIntersection (theBoxMin, theBoxMax, aTimeEnter, aTimeLeave)) in OverlapsBox()
H A DSelectMgr_RectangularFrustum.cxx468 const SelectMgr_Vec3& theBoxMax, in OverlapsBox() argument
474 return hasBoxOverlap (theBoxMin, theBoxMax, theInside); in OverlapsBox()
483 const SelectMgr_Vec3& theBoxMax, in OverlapsBox() argument
490 if (!hasBoxOverlap (theBoxMin, theBoxMax)) in OverlapsBox()
497 …if (!BVH_Tools<Standard_Real, 3>::RayBoxIntersection (aRay, theBoxMin, theBoxMax, aTimeEnter, aTim… in OverlapsBox()
500 aNearestPnt.SetX (Max (Min (myNearPickedPnt.X(), theBoxMax.x()), theBoxMin.x())); in OverlapsBox()
501 aNearestPnt.SetY (Max (Min (myNearPickedPnt.Y(), theBoxMax.y()), theBoxMin.y())); in OverlapsBox()
502 aNearestPnt.SetZ (Max (Min (myNearPickedPnt.Z(), theBoxMax.z()), theBoxMin.z())); in OverlapsBox()
H A DSelectMgr_BaseIntersector.hxx127 const SelectMgr_Vec3& theBoxMax,
134 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_RectangularFrustum.hxx94 const SelectMgr_Vec3& theBoxMax,
101 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_SelectingVolumeManager.hxx118 const SelectMgr_Vec3& theBoxMax,
124 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_Frustum.lxx28 const SelectMgr_Vec3& theBoxMax,
33 theDirect.X() * (theDirect.X() < 0.0 ? theBoxMax.x() : theBoxMin.x()) +
34 theDirect.Y() * (theDirect.Y() < 0.0 ? theBoxMax.y() : theBoxMin.y()) +
35 theDirect.Z() * (theDirect.Z() < 0.0 ? theBoxMax.z() : theBoxMin.z());
38 theDirect.X() * (theDirect.X() < 0.0 ? theBoxMin.x() : theBoxMax.x()) +
39 theDirect.Y() * (theDirect.Y() < 0.0 ? theBoxMin.y() : theBoxMax.y()) +
40 theDirect.Z() * (theDirect.Z() < 0.0 ? theBoxMin.z() : theBoxMax.z());
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DSelectMgr_Frustum.hxx68 const SelectMgr_Vec3& theBoxMax,
92 const SelectMgr_Vec3& theBoxMax,
H A DSelectBasics_SelectingVolumeManager.hxx48 const NCollection_Vec3<Standard_Real>& theBoxMax,
54 const NCollection_Vec3<Standard_Real>& theBoxMax,
H A DSelectMgr_RectangularFrustum.hxx60 const SelectMgr_Vec3& theBoxMax,
67 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_BaseFrustum.hxx117 const SelectMgr_Vec3& theBoxMax,
124 const SelectMgr_Vec3& theBoxMax,
H A DSelectMgr_Frustum.lxx26 const SelectMgr_Vec3& theBoxMax,
31 theDirect.X() * (theDirect.X() < 0.0 ? theBoxMax.x() : theBoxMin.x()) +
32 theDirect.Y() * (theDirect.Y() < 0.0 ? theBoxMax.y() : theBoxMin.y()) +
33 theDirect.Z() * (theDirect.Z() < 0.0 ? theBoxMax.z() : theBoxMin.z());
36 theDirect.X() * (theDirect.X() < 0.0 ? theBoxMin.x() : theBoxMax.x()) +
37 theDirect.Y() * (theDirect.Y() < 0.0 ? theBoxMin.y() : theBoxMax.y()) +
38 theDirect.Z() * (theDirect.Z() < 0.0 ? theBoxMin.z() : theBoxMax.z());
H A DSelectMgr_SelectingVolumeManager.hxx108 const SelectMgr_Vec3& theBoxMax,
114 const SelectMgr_Vec3& theBoxMax,