Hello everyone! I have got some necessity for Tizen::Ui::TouchPinchGestureDetector class using. More precisely I have to scale picture when user pinches. Mentioned class has got GetScale and GetScaleF methods which get the scale factor among touched points, according to documentation. So question is what is scale factor? How is it calculated? What does it characterize?
Scale Factor in Tizen::Ui::TouchPinchGestureDetector class