src/FingersDance.GestureControl/SurfaceGestureVector.cs
author ARIAS Santiago
Thu, 05 Nov 2009 22:40:36 +0100
changeset 188 e642ad0c366b
parent 176 0896f36b9d57
child 189 b37888f59cf2
permissions -rw-r--r--
Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened

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; }
    }
}