Home
last modified time | relevance | path

Searched refs:eventFPpos (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkResliceCursorPicker.cxx248 double fp[4], tmp1[4], camPos[4], eventFPpos[4]; in Pick() local
264 this->Renderer->GetWorldPoint(eventFPpos); in Pick()
274 double otherPoint[3] = { eventFPpos[0] + cameraDOP[0], eventFPpos[1] + cameraDOP[1], in Pick()
275 eventFPpos[2] + cameraDOP[2] }; in Pick()
283 this->Plane->IntersectWithLine(eventFPpos, otherPoint, t, pickPosT); in Pick()
H A DvtkResliceCursorLineRepresentation.cxx358 double fp[4], tmp1[4], camPos[4], eventFPpos[4]; in DisplayToReslicePlaneIntersection() local
370 this->Renderer->GetWorldPoint(eventFPpos); in DisplayToReslicePlaneIntersection()
377 return normalPlane->IntersectWithLine(eventFPpos, camPos, t, intersectionPos); in DisplayToReslicePlaneIntersection()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkResliceCursorPicker.cxx253 double fp[4], tmp1[4], camPos[4], eventFPpos[4]; in Pick() local
269 this->Renderer->GetWorldPoint(eventFPpos); in Pick()
280 double otherPoint[3] = { eventFPpos[0] + cameraDOP[0], in Pick()
281 eventFPpos[1] + cameraDOP[1], in Pick()
282 eventFPpos[2] + cameraDOP[2] }; in Pick()
290 this->Plane->IntersectWithLine(eventFPpos, otherPoint, t, pickPosT); in Pick()
H A DvtkResliceCursorLineRepresentation.cxx414 double fp[4], tmp1[4], camPos[4], eventFPpos[4]; in DisplayToReslicePlaneIntersection() local
426 this->Renderer->GetWorldPoint(eventFPpos); in DisplayToReslicePlaneIntersection()
434 return normalPlane->IntersectWithLine(eventFPpos, camPos, t, intersectionPos); in DisplayToReslicePlaneIntersection()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkResliceCursorPicker.cxx255 double fp[4], tmp1[4], camPos[4], eventFPpos[4]; in Pick() local
271 this->Renderer->GetWorldPoint(eventFPpos); in Pick()
282 double otherPoint[3] = { eventFPpos[0] + cameraDOP[0], in Pick()
283 eventFPpos[1] + cameraDOP[1], in Pick()
284 eventFPpos[2] + cameraDOP[2] }; in Pick()
292 this->Plane->IntersectWithLine(eventFPpos, otherPoint, t, pickPosT); in Pick()
H A DvtkResliceCursorLineRepresentation.cxx414 double fp[4], tmp1[4], camPos[4], eventFPpos[4]; in DisplayToReslicePlaneIntersection() local
426 this->Renderer->GetWorldPoint(eventFPpos); in DisplayToReslicePlaneIntersection()
434 return normalPlane->IntersectWithLine(eventFPpos, camPos, t, intersectionPos); in DisplayToReslicePlaneIntersection()