Home | History | Annotate | Download | only in vtk

Lines Matching refs:scalefactor

554         double scalefactor = 5*cam->GetViewAngle()/size[0];
556 double dx = - (thispos[0] - lastpos[0])*scalefactor*AngleStepSize;
557 double dy = (thispos[1] - lastpos[1])*scalefactor*AngleStepSize;