Home
last modified time | relevance | path

Searched refs:vIntersect (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkBiDimensionalRepresentation2D.cxx157 double uIntersect, vIntersect; in ComputeInteractionState() local
158 vtkLine::Intersection(p1, p2, p3, p4, uIntersect, vIntersect); in ComputeInteractionState()
234 if (xyzParam < vIntersect) in ComputeInteractionState()
237 if (xyzParam < (vIntersect*0.5)) in ComputeInteractionState()
249 if (xyzParam > ((1+vIntersect)*0.5)) in ComputeInteractionState()
262 if (xyzParam < vIntersect) in ComputeInteractionState()
265 if (xyzParam < (vIntersect*0.5)) in ComputeInteractionState()
277 if (xyzParam > ((1+vIntersect)*0.5)) in ComputeInteractionState()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBiDimensionalRepresentation2D.cxx153 double uIntersect, vIntersect; in ComputeInteractionState() local
154 vtkLine::Intersection(p1, p2, p3, p4, uIntersect, vIntersect); in ComputeInteractionState()
230 if (xyzParam < vIntersect) in ComputeInteractionState()
233 if (xyzParam < (vIntersect * 0.5)) in ComputeInteractionState()
245 if (xyzParam > ((1 + vIntersect) * 0.5)) in ComputeInteractionState()
258 if (xyzParam < vIntersect) in ComputeInteractionState()
261 if (xyzParam < (vIntersect * 0.5)) in ComputeInteractionState()
273 if (xyzParam > ((1 + vIntersect) * 0.5)) in ComputeInteractionState()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkBiDimensionalRepresentation2D.cxx158 double uIntersect, vIntersect; in ComputeInteractionState() local
159 vtkLine::Intersection(p1, p2, p3, p4, uIntersect, vIntersect); in ComputeInteractionState()
235 if (xyzParam < vIntersect) in ComputeInteractionState()
238 if (xyzParam < (vIntersect*0.5)) in ComputeInteractionState()
250 if (xyzParam > ((1+vIntersect)*0.5)) in ComputeInteractionState()
263 if (xyzParam < vIntersect) in ComputeInteractionState()
266 if (xyzParam < (vIntersect*0.5)) in ComputeInteractionState()
278 if (xyzParam > ((1+vIntersect)*0.5)) in ComputeInteractionState()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreConvexBody.cpp990 Vector3 vIntersect = ray.getPoint( intersect.second ); in clip() local
993 pNew->insertVertex( vIntersect ); in clip()
994 pIntersect->insertVertex( vIntersect ); in clip()
1016 Vector3 vIntersect = ray.getPoint( intersect.second ); in clip() local
1019 pNew->insertVertex( vIntersect ); in clip()
1020 pIntersect->insertVertex( vIntersect ); in clip()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreConvexBody.cpp999 Vector3 vIntersect = ray.getPoint( intersect.second ); in clip() local
1002 pNew->insertVertex( vIntersect ); in clip()
1003 pIntersect->insertVertex( vIntersect ); in clip()
1025 Vector3 vIntersect = ray.getPoint( intersect.second ); in clip() local
1028 pNew->insertVertex( vIntersect ); in clip()
1029 pIntersect->insertVertex( vIntersect ); in clip()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DFE_Mesh.cpp2388 vector<int> vTemp(vIntersect.size(), -1); in compute_face_adjacencies()
2393 vIntersect.begin(), vIntersect.end(), vTemp.begin()); in compute_face_adjacencies()
2394 vIntersect = vTemp; in compute_face_adjacencies()
2397 while (vIntersect.back() == -1) in compute_face_adjacencies()
2398 vIntersect.pop_back(); in compute_face_adjacencies()
2400 vTemp.resize(vIntersect.size(),-1); in compute_face_adjacencies()
2404 if (vIntersect.size() == 2) { in compute_face_adjacencies()
2410 if (*cit == vIntersect[0]) { in compute_face_adjacencies()
2411 faceAdjacencies(*cit, localFaceID) = vIntersect[1]; in compute_face_adjacencies()
2414 faceAdjacencies(*cit, localFaceID) = vIntersect[0]; in compute_face_adjacencies()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DFE_Mesh.cpp2374 vector<int> vTemp(vIntersect.size(), -1); in compute_face_adjacencies()
2379 vIntersect.begin(), vIntersect.end(), vTemp.begin()); in compute_face_adjacencies()
2380 vIntersect = vTemp; in compute_face_adjacencies()
2383 while (vIntersect.back() == -1) in compute_face_adjacencies()
2384 vIntersect.pop_back(); in compute_face_adjacencies()
2386 vTemp.resize(vIntersect.size(),-1); in compute_face_adjacencies()
2390 if (vIntersect.size() == 2) { in compute_face_adjacencies()
2396 if (*cit == vIntersect[0]) { in compute_face_adjacencies()
2397 faceAdjacencies(*cit, localFaceID) = vIntersect[1]; in compute_face_adjacencies()
2400 faceAdjacencies(*cit, localFaceID) = vIntersect[0]; in compute_face_adjacencies()
[all …]