Home
last modified time | relevance | path

Searched refs:intersectionPos (Results 1 – 8 of 8) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkResliceCursorLineRepresentation.cxx218 double intersectionPos[3], newCenter[3]; in WidgetInteraction() local
219 this->Picker->Pick(e, intersectionPos, this->Renderer); in WidgetInteraction()
225 newCenter[i] = this->StartCenterPosition[i] + intersectionPos[i] - this->StartPickPosition[i]; in WidgetInteraction()
355 double displayPos[2], double intersectionPos[3]) in DisplayToReslicePlaneIntersection()
377 return normalPlane->IntersectWithLine(eventFPpos, camPos, t, intersectionPos); in DisplayToReslicePlaneIntersection()
452 double intersectionPos[3], t; in RenderOpaqueGeometry() local
455 ->IntersectWithLine(fp, newCamPos, t, intersectionPos); in RenderOpaqueGeometry()
456 this->Renderer->GetActiveCamera()->SetFocalPoint(intersectionPos); in RenderOpaqueGeometry()
H A DvtkResliceCursorLineRepresentation.h121 int DisplayToReslicePlaneIntersection(double displayPos[2], double intersectionPos[3]);
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkResliceCursorLineRepresentation.cxx226 double intersectionPos[3], newCenter[3]; in WidgetInteraction() local
227 this->Picker->Pick( e, intersectionPos, this->Renderer ); in WidgetInteraction()
234 intersectionPos[i] - this->StartPickPosition[i]; in WidgetInteraction()
411 double displayPos[2], double intersectionPos[3] ) in DisplayToReslicePlaneIntersection()
434 return normalPlane->IntersectWithLine(eventFPpos, camPos, t, intersectionPos); in DisplayToReslicePlaneIntersection()
514 double intersectionPos[3], t; in RenderOpaqueGeometry() local
516 IntersectWithLine(fp, newCamPos, t, intersectionPos); in RenderOpaqueGeometry()
517 this->Renderer->GetActiveCamera()->SetFocalPoint(intersectionPos); in RenderOpaqueGeometry()
H A DvtkResliceCursorLineRepresentation.h122 double displayPos[2], double intersectionPos[3] );
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkResliceCursorLineRepresentation.cxx226 double intersectionPos[3], newCenter[3]; in WidgetInteraction() local
227 this->Picker->Pick( e, intersectionPos, this->Renderer ); in WidgetInteraction()
234 intersectionPos[i] - this->StartPickPosition[i]; in WidgetInteraction()
411 double displayPos[2], double intersectionPos[3] ) in DisplayToReslicePlaneIntersection()
434 return normalPlane->IntersectWithLine(eventFPpos, camPos, t, intersectionPos); in DisplayToReslicePlaneIntersection()
514 double intersectionPos[3], t; in RenderOpaqueGeometry() local
516 IntersectWithLine(fp, newCamPos, t, intersectionPos); in RenderOpaqueGeometry()
517 this->Renderer->GetActiveCamera()->SetFocalPoint(intersectionPos); in RenderOpaqueGeometry()
H A DvtkResliceCursorLineRepresentation.h104 double displayPos[2], double intersectionPos[3] );
/dports/graphics/urho3d/Urho3D-1.7.1/bin/CoreData/Shaders/HLSL/
H A DIBL.hlsl53 // float3 intersectionPos = toCamera + reflectVec * planeDistance;
55 // reflectVec = intersectionPos - ((cZoneMin + cZoneMax )/ 2);
/dports/games/pioneer/pioneer-20210723/src/
H A DSpaceStationType.cpp183 vector3f intersectionPos(0.0f); in OnSetupComplete() local
191 if (!TPointLine::ClosestPointOnLine(p0, approach1Pos, l0, intersectionPos)) { in OnSetupComplete()
196 m_portPaths[bay].m_docking[3].SetTranslate(intersectionPos); in OnSetupComplete()
229 m_portPaths[bay].m_leaving[2].SetTranslate(intersectionPos); // ...and translate to new position in OnSetupComplete()