C# Class InfoStrat.MotionFx.MotionTrackingScreen

Mostrar archivo Open project: InfoStrat/MotionFx Class Usage Examples

Public Methods

Method Description
IsSessionInBounds ( HandSession session ) : bool
MapPositionToScreen ( HandSession session ) : Point
MapPositionToScreen ( HandSession session, double targetWidth, double targetHeight ) : Point

Maps the 3D hand session position to the current screen.

Method Details

IsSessionInBounds() public method

public IsSessionInBounds ( HandSession session ) : bool
session HandSession
return bool

MapPositionToScreen() public method

public MapPositionToScreen ( HandSession session ) : Point
session HandSession
return Point

MapPositionToScreen() public method

Maps the 3D hand session position to the current screen.
public MapPositionToScreen ( HandSession session, double targetWidth, double targetHeight ) : Point
session HandSession The current hand session
targetWidth double The target mapping width
targetHeight double The target mapping height
return Point