Home
last modified time | relevance | path

Searched refs:boxCenter (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DPointLocatorSparseGrid.h126 const vtkm::Id3& boxCenter, in FindInBox() argument
131 if ((boxCenter[0] - level) >= 0) in FindInBox()
134 queryPoint, boxCenter - vtkm::Id3(level, 0, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
136 if ((boxCenter[0] + level) < this->Dims[0]) in FindInBox()
139 queryPoint, boxCenter + vtkm::Id3(level, 0, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
142 if ((boxCenter[1] - level) >= 0) in FindInBox()
145 queryPoint, boxCenter - vtkm::Id3(0, level, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
147 if ((boxCenter[1] + level) < this->Dims[1]) in FindInBox()
150 queryPoint, boxCenter + vtkm::Id3(0, level, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
153 if ((boxCenter[2] - level) >= 0) in FindInBox()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DPointLocatorUniformGrid.h136 const vtkm::Id3& boxCenter, in FindInBox() argument
141 if ((boxCenter[0] - level) >= 0) in FindInBox()
144 queryPoint, boxCenter - vtkm::Id3(level, 0, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
146 if ((boxCenter[0] + level) < this->Dims[0]) in FindInBox()
149 queryPoint, boxCenter + vtkm::Id3(level, 0, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
152 if ((boxCenter[1] - level) >= 0) in FindInBox()
155 queryPoint, boxCenter - vtkm::Id3(0, level, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
157 if ((boxCenter[1] + level) < this->Dims[1]) in FindInBox()
160 queryPoint, boxCenter - vtkm::Id3(0, level, 0), level, nearestNeighborId, nearestDistance2); in FindInBox()
163 if ((boxCenter[2] - level) >= 0) in FindInBox()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mobility/model/
H A Dbox.cc159 Vector boxCenter (this->xMin + boxSize.x, in IsIntersect() local
164 Vector lB1 (l1.x - boxCenter.x, l1.y - boxCenter.y, l1.z - boxCenter.z); in IsIntersect()
165 Vector lB2 (l2.x - boxCenter.x, l2.y - boxCenter.y, l2.z - boxCenter.z); in IsIntersect()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkInteractorStyle3D.cxx166 double *boxCenter, in Prop3DTransform() argument
188 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
201 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkInteractorStyle3D.cxx171 vtkProp3D* prop3D, double* boxCenter, int numRotation, double** rotate, double* scale) in Prop3DTransform() argument
191 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
203 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoComputeBoundingBox.cpp106 SO_ENGINE_ADD_OUTPUT(boxCenter, SoSFVec3f); in SoComputeBoundingBox()
141 SO_ENGINE_OUTPUT(boxCenter, SoSFVec3f, setDirty(FALSE)); in evaluate()
152 SO_ENGINE_OUTPUT(boxCenter, SoSFVec3f, setValue(box.getCenter())); in evaluate()
/dports/devel/vcglib/vcglib-2020.09/vcg/space/index/aabb_binary_tree/
H A Dray.h97 …static inline bool IntersectionBoxRay(const CoordType & boxCenter, const CoordType & boxHalfDims, … in IntersectionBoxRay() argument
99 boxCenter - boxHalfDims, in IntersectionBoxRay()
100 boxCenter + boxHalfDims in IntersectionBoxRay()
135 if (!ClassType::IntersectionBoxRay(node->boxCenter, node->boxHalfDims, ray, rt)) { in DepthFirstRayIsect()
H A Dfrustum_cull.h170 node->boxCenter - node->boxHalfDims, in NodeVsFrustum()
171 node->boxCenter + node->boxHalfDims, in NodeVsFrustum()
248 dt = viewerPosition[0] - node->boxCenter[0]; in NodeVsFrustum()
251 dt = viewerPosition[1] - node->boxCenter[1]; in NodeVsFrustum()
254 dt = viewerPosition[2] - node->boxCenter[2]; in NodeVsFrustum()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/index/aabb_binary_tree/
H A Dray.h99 …static inline bool IntersectionBoxRay(const CoordType & boxCenter, const CoordType & boxHalfDims, … in IntersectionBoxRay() argument
101 boxCenter - boxHalfDims, in IntersectionBoxRay()
102 boxCenter + boxHalfDims in IntersectionBoxRay()
137 if (!ClassType::IntersectionBoxRay(node->boxCenter, node->boxHalfDims, ray, rt)) { in DepthFirstRayIsect()
H A Dfrustum_cull.h170 node->boxCenter - node->boxHalfDims, in NodeVsFrustum()
171 node->boxCenter + node->boxHalfDims, in NodeVsFrustum()
248 dt = viewerPosition[0] - node->boxCenter[0]; in NodeVsFrustum()
251 dt = viewerPosition[1] - node->boxCenter[1]; in NodeVsFrustum()
254 dt = viewerPosition[2] - node->boxCenter[2]; in NodeVsFrustum()
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleJoystickActor.cxx566 double *boxCenter, in Prop3DTransform() argument
588 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
601 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
H A DvtkInteractorStyleTrackballActor.cxx558 double *boxCenter, in Prop3DTransform() argument
580 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
593 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleJoystickActor.cxx535 vtkProp3D* prop3D, double* boxCenter, int numRotation, double** rotate, double* scale) in Prop3DTransform() argument
554 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
566 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
H A DvtkInteractorStyleTrackballActor.cxx532 vtkProp3D* prop3D, double* boxCenter, int numRotation, double** rotate, double* scale) in Prop3DTransform() argument
551 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
563 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleJoystickActor.cxx566 double *boxCenter, in Prop3DTransform() argument
588 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
601 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
H A DvtkInteractorStyleTrackballActor.cxx558 double *boxCenter, in Prop3DTransform() argument
580 newTransform->Translate(-(boxCenter[0]), -(boxCenter[1]), -(boxCenter[2])); in Prop3DTransform()
593 newTransform->Translate(boxCenter[0], boxCenter[1], boxCenter[2]); in Prop3DTransform()
/dports/games/solarconquest/SolarConquest/source/
H A DCommon.h105 bool PointInBoxCenter(Vector boxCenter, float width, float height, Vector point) in PointInBoxCenter() argument
107 if ((point.x < boxCenter.x-width) || (point.x > boxCenter.x+width)) in PointInBoxCenter()
109 if ((point.y < boxCenter.y-height) || (point.y > boxCenter.y+height)) in PointInBoxCenter()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/finders/
H A DBvh.inl.h186 Box boxCenter(center, center); in build()
189 boxCenter.extend(objects[i].getCenter()); in build()
211 const Size splitDim = argMax(boxCenter.size()); in build()
212 const Float split = 0.5_f * (boxCenter.lower()[splitDim] + boxCenter.upper()[splitDim]); in build()
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGSphere.hxx153 SGVec3<T> boxCenter = box.getCenter(); in expandBy() local
156 if (_center[i] < boxCenter[i]) in expandBy()
/dports/x11/kf5-frameworkintegration/frameworkintegration-5.89.0/src/infopage/
H A Dkde_infopage_rtl.css3 #boxCenter {
/dports/x11-fm/konqueror/konqueror-21.12.3/webenginepart/src/about/
H A Dkonq.css5 #boxCenter {
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/search/home/
H A Dhome.css6 #boxCenter {
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DGridHelpers.h139 Vec3r boxCenter(proscenium[0] + (proscenium[1] - proscenium[0]) / 2.0, in insideProscenium()
149 return GeomUtils::overlapTriangleBox(boxCenter, boxHalfSize, triverts); in insideProscenium()
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/fsi/
H A Dutest_FSI_Poiseuille_flow.cpp144 ChVector<> boxCenter(-bxDim / 2 + fxDim / 2 , 0, fzDim * 0.5); in main() local
146 std::vector<ChVector<>> points = sampler.SampleBox(boxCenter, boxHalfDim); in main()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/engines/
H A DSoComputeBoundingBox.h56 SoEngineOutput boxCenter; // SoSFVec3f variable

123