SYMBOL INDEX (53 symbols across 12 files) FILE: KinectFingerTracking/KinectFingerTracking/App.xaml.cs class App (line 8) | public partial class App : Application FILE: KinectFingerTracking/KinectFingerTracking/MainWindow.xaml.cs class MainWindow (line 15) | public partial class MainWindow : Window method MainWindow (line 30) | public MainWindow() method DepthReader_FrameArrived (line 56) | private void DepthReader_FrameArrived(object sender, DepthFrameArrived... method InfraredReader_FrameArrived (line 73) | private void InfraredReader_FrameArrived(object sender, InfraredFrameA... method BodyReader_FrameArrived (line 84) | private void BodyReader_FrameArrived(object sender, BodyFrameArrivedEv... method HandsController_HandsDetected (line 97) | private void HandsController_HandsDetected(object sender, HandCollecti... method Window_Closing (line 132) | private void Window_Closing(object sender, System.ComponentModel.Cance... method DrawEllipse (line 159) | private void DrawEllipse(DepthSpacePoint point, Brush brush, double ra... FILE: KinectFingerTracking/KinectFingerTracking/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: KinectFingerTracking/KinectFingerTracking/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: KinectFingerTracking/KinectFingerTracking/Utilities/Bitmaps.cs class InfraredBitmapGenerator (line 9) | internal class InfraredBitmapGenerator method Update (line 21) | public void Update(InfraredFrame frame) class BitmapExtensions (line 59) | internal static class BitmapExtensions method ToBitmap (line 63) | public static WriteableBitmap ToBitmap(this InfraredFrame frame) FILE: KinectFingerTracking/LightBuzz.Vitruvius.FingerTracking/DepthPointEx.cs type DepthPointEx (line 8) | internal struct DepthPointEx method DepthPointEx (line 16) | public DepthPointEx(DepthPointEx point) : this() method DepthPointEx (line 23) | public DepthPointEx(float x, float y, float z) : this() method Distance (line 30) | public static double Distance(DepthPointEx p1, DepthPointEx p2) method Distance (line 35) | public static double Distance(double x1, double y1, double x2, double y2) method Center (line 40) | public static DepthPointEx Center(DepthPointEx p1, DepthPointEx p2) method Center (line 45) | public static DepthPointEx Center(IList points) method FindNearestPoint (line 65) | public static DepthPointEx FindNearestPoint(DepthPointEx target, IEnum... method FindIndexOfNearestPoint (line 71) | public static int FindIndexOfNearestPoint(DepthPointEx target, IList ConvexHull(IList points) method GetMinimumPoint (line 44) | private DepthPointEx GetMinimumPoint() method GetMinimumPoint (line 56) | private DepthPointEx GetMinimumPoint(DepthPointEx p1, DepthPointEx p2) method SortPoints (line 73) | private IList SortPoints() class PointAngleComparer (line 88) | internal class PointAngleComparer : IComparer method PointAngleComparer (line 92) | public PointAngleComparer(DepthPointEx zeroPoint) method Compare (line 97) | public int Compare(DepthPointEx p1, DepthPointEx p2) method Compare (line 117) | public static float Compare(DepthPointEx p0, DepthPointEx p1, DepthPoi... FILE: KinectFingerTracking/LightBuzz.Vitruvius.FingerTracking/Hand.cs class Hand (line 10) | public class Hand method Hand (line 37) | internal Hand(ulong trackingID, HandState state, IList c... FILE: KinectFingerTracking/LightBuzz.Vitruvius.FingerTracking/HandCollection.cs class HandCollection (line 6) | public class HandCollection FILE: KinectFingerTracking/LightBuzz.Vitruvius.FingerTracking/HandsController.cs class HandsController (line 11) | public class HandsController method HandsController (line 58) | public HandsController() method HandsController (line 69) | public HandsController(CoordinateMapper coordinateMapper) method Update (line 79) | public unsafe void Update(ushort[] data, Body body) method Update (line 92) | public unsafe void Update(IntPtr data, Body body) method Update (line 104) | public unsafe void Update(ushort* data, Body body) method CalculateDistance (line 289) | private double CalculateDistance(float handLeftX, float handLeftY, flo... method GetHand (line 297) | private Hand GetHand(ulong trackingID, HandState state, List Filter(IList points) method CheckFirstAndLastPoint (line 37) | private void CheckFirstAndLastPoint(IList points) method PointsAreClose (line 45) | private bool PointsAreClose(DepthPointEx sourcePoint, DepthPointEx des...