Difference between revisions of "AS3 Gestures"

From Wikicliki
Jump to: navigation, search
 
Line 11: Line 11:
 
using line/sphere intersection algo:
 
using line/sphere intersection algo:
 
* http://blog.sqrtof5.com/?p=173
 
* http://blog.sqrtof5.com/?p=173
 +
 +
== See Also ==
 +
 +
[[Category:Programming]]

Latest revision as of 02:39, 12 July 2013

using multitouch gesture (only working on multitouch screens)


using levenshtein distance: it renders all your squiggles into numbers, and then compares it to see which squiggle number is closest using levenshtein distance

using line/sphere intersection algo:

See Also