Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleMultiTouchCamera.cxx79 double newPickPoint[4] = { 0, 0, 0, 0 }; in OnRotate() local
81 pinchPositionDisplay[1], focalDepth, newPickPoint); in OnRotate()
84 vtkMath::Subtract(oldPickPoint, newPickPoint, motionVector); in OnRotate()
161 double newPickPoint[4] = { 0, 0, 0, 0 }; in OnPinch() local
163 pinchPositionDisplay[0], pinchPositionDisplay[1], focalDepth, newPickPoint); in OnPinch()
167 vtkMath::Subtract(oldPickPoint, newPickPoint, motionVector); in OnPinch()
217 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in OnPan() local
226 viewFocus[0] + trans[0], viewFocus[1] + trans[1], focalDepth, newPickPoint); in OnPan()
233 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in OnPan()
234 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in OnPan()
[all …]
H A DvtkInteractorStyleTrackballCamera.cxx322 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in Pan() local
332 rwi->GetEventPosition()[0], rwi->GetEventPosition()[1], focalDepth, newPickPoint); in Pan()
342 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in Pan()
343 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in Pan()
344 motionVector[2] = oldPickPoint[2] - newPickPoint[2]; in Pan()
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleMultiTouchCamera.cxx110 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in OnPan() local
123 newPickPoint); in OnPan()
133 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in OnPan()
134 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in OnPan()
135 motionVector[2] = oldPickPoint[2] - newPickPoint[2]; in OnPan()
H A DvtkInteractorStyleTrackballCamera.cxx305 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in Pan() local
318 newPickPoint); in Pan()
330 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in Pan()
331 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in Pan()
332 motionVector[2] = oldPickPoint[2] - newPickPoint[2]; in Pan()
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleMultiTouchCamera.cxx228 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in AdjustCamera() local
239 newPickPoint); in AdjustCamera()
249 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in AdjustCamera()
250 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in AdjustCamera()
251 motionVector[2] = oldPickPoint[2] - newPickPoint[2]; in AdjustCamera()
H A DvtkInteractorStyleTrackballCamera.cxx307 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in Pan() local
320 newPickPoint); in Pan()
332 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in Pan()
333 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in Pan()
334 motionVector[2] = oldPickPoint[2] - newPickPoint[2]; in Pan()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.cpp866 double newPickPoint[4], oldPickPoint[4], motionVector[3]; in Pan() local
875 …teDisplayToWorld(rwi->GetEventPosition()[0], rwi->GetEventPosition()[1], focalDepth, newPickPoint); in Pan()
881 motionVector[0] = oldPickPoint[0] - newPickPoint[0]; in Pan()
882 motionVector[1] = oldPickPoint[1] - newPickPoint[1]; in Pan()
883 motionVector[2] = oldPickPoint[2] - newPickPoint[2]; in Pan()