Searched refs:MotionFactor (Results 1 – 2 of 2) sorted by relevance
86 vtkSetMacro(MotionFactor, double)87 vtkGetMacro(MotionFactor, double)152 double MotionFactor; member in cv::viz::vtkVizInteractorStyle
58 MotionFactor = 10.0; in vtkVizInteractorStyle()753 Dolly(pow(1.1, MotionFactor * 0.2 * MouseWheelMotionFactor)); in OnMouseWheelForward()792 Dolly(pow(1.1, MotionFactor * -0.2 * MouseWheelMotionFactor)); in OnMouseWheelBackward()820 double rxf = dxy[0] * delta_azimuth * MotionFactor; in Rotate()821 double ryf = dxy[1] * delta_elevation * MotionFactor; in Rotate()904 Dolly(pow(1.1, MotionFactor * dy / CurrentRenderer->GetCenter()[1])); in Dolly()1071 os << indent << "MotionFactor: " << MotionFactor << "\n"; in PrintSelf()