author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Tue, 27 Oct 2009 01:59:56 +0100 | |
changeset 176 | 0896f36b9d57 |
child 189 | b37888f59cf2 |
permissions | -rw-r--r-- |
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace GestureControl { /// <summary> /// Describe a vector to help the recognize pass /// </summary> public class SurfaceGestureVector { public SurfaceGestureVectorDirection Direction { get; set; } public Double Lenght { get; set; } } }