This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gestures:touch:simple:spatial:rotate:5-finger-rotate [2015/09/14 16:31] 127.0.0.1 external edit |
gestures:touch:simple:spatial:rotate:5-finger-rotate [2019/01/29 19:07] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== 5-Finger-Rotate ====== | ====== 5-Finger-Rotate ====== | ||
(Touch → Spatial → Rotate → Five Point Rotate Gesture “5-Finger-Rotate”) | (Touch → Spatial → Rotate → Five Point Rotate Gesture “5-Finger-Rotate”) | ||
+ | |||
+ | {| style="100%" | ||
+ | |+ | ||
+ | | | ||
+ | {{:gestures:touch:simple:spatial:rotate:n_finger_rotate_gestureworks.png?200|}} | ||
+ | | | ||
+ | The f-finger-Rotate gesture is designed to provide object rotation functionality using any number of touch points. It is considered to be one of the three fundamental object manipulation gestures. | ||
+ | |||
+ | |||
+ | |} | ||
+ | |||
+ | When five touch points are recognized on a touch object the relative orientation of the touch points are tracked and grouped into a cluster. This change in the orientation of the cluster is mapped directly to the rotation of the touch object. | ||
<code:csharp linenums:1> | <code:csharp linenums:1> |