Searched refs:MotionUserScale (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/viz/src/vtk/
H A DvtkVizInteractorStyle.hpp160 double MotionUserScale; member in class:cv::viz::vtkVizInteractorStyle
H A DvtkVizInteractorStyle.cpp79 MotionUserScale = 1.0; // +/- key adjustment
339 MotionUserScale = std::min(16.0, MotionUserScale*2.0);
343 MotionUserScale = std::max(MotionUserScale * 0.5, 0.0625);
972 double speed = DiagonalLength * MotionStepSize * MotionUserScale;
1014 double speed = DiagonalLength * MotionStepSize * MotionUserScale;
1075 os << indent << "MotionUserScale: "<< MotionUserScale << "\n"; local

Completed in 396 milliseconds