C# Class CCT.NUI.HandTracking.Mouse.HandTrackingCursorMode

Inheritance: ICursorMode
Show file Open project: an83/KinectTouch2

Public Methods

Method Description
GetPoint ( HandCollection handData ) : Point
HandTrackingCursorMode ( TrackingClusterDataSource trackingClusterDataSource ) : System
HasPoint ( HandCollection handData ) : bool

Method Details

GetPoint() public method

public GetPoint ( HandCollection handData ) : Point
handData HandCollection
return Point

HandTrackingCursorMode() public method

public HandTrackingCursorMode ( TrackingClusterDataSource trackingClusterDataSource ) : System
trackingClusterDataSource TrackingClusterDataSource
return System

HasPoint() public method

public HasPoint ( HandCollection handData ) : bool
handData HandCollection
return bool