using System; using Windows.Kinect; namespace KinectModule { public interface IJoint : IEquatable { CameraSpacePoint Position { get; } } }