Searched refs:MotionUserScale (Results 1 – 2 of 2) sorted by relevance
79 MotionUserScale = 1.0; // +/- key adjustment in vtkVizInteractorStyle()339 MotionUserScale = std::min(16.0, MotionUserScale*2.0); in OnChar()343 MotionUserScale = std::max(MotionUserScale * 0.5, 0.0625); in OnChar()972 double speed = DiagonalLength * MotionStepSize * MotionUserScale; in FlyByMouse()1014 double speed = DiagonalLength * MotionStepSize * MotionUserScale; in FlyByKey()1075 os << indent << "MotionUserScale: "<< MotionUserScale << "\n"; in PrintSelf()
160 double MotionUserScale; member in cv::viz::vtkVizInteractorStyle