C# Class LightBuzz.Vitruvius.FingerTracking.DepthPointEx

Mostra file Open project: inessadl/kinect-2-libras Class Usage Examples

Public Properties

Property Type Description
X float
Y float
Z float
Zero DepthPointEx

Public Methods

Method Description
Angle ( DepthPointEx center, DepthPointEx start, DepthPointEx end ) : double
Angle ( float centerX, float centerY, float startX, float startY, float endX, float endY ) : double
Center ( DepthPointEx p1, DepthPointEx p2 ) : DepthPointEx
Center ( IList points ) : DepthPointEx
DepthPointEx ( DepthPointEx point ) : System
DepthPointEx ( float x, float y, float z ) : System
Distance ( DepthPointEx p1, DepthPointEx p2 ) : double
Distance ( double x1, double y1, double x2, double y2 ) : double
FindIndexOfNearestPoint ( DepthPointEx target, IList points ) : int
FindNearestPoint ( DepthPointEx target, IEnumerable points ) : DepthPointEx

Method Details

Angle() public static method

public static Angle ( DepthPointEx center, DepthPointEx start, DepthPointEx end ) : double
center DepthPointEx
start DepthPointEx
end DepthPointEx
return double

Angle() public static method

public static Angle ( float centerX, float centerY, float startX, float startY, float endX, float endY ) : double
centerX float
centerY float
startX float
startY float
endX float
endY float
return double

Center() public static method

public static Center ( DepthPointEx p1, DepthPointEx p2 ) : DepthPointEx
p1 DepthPointEx
p2 DepthPointEx
return DepthPointEx

Center() public static method

public static Center ( IList points ) : DepthPointEx
points IList
return DepthPointEx

DepthPointEx() public method

public DepthPointEx ( DepthPointEx point ) : System
point DepthPointEx
return System

DepthPointEx() public method

public DepthPointEx ( float x, float y, float z ) : System
x float
y float
z float
return System

Distance() public static method

public static Distance ( DepthPointEx p1, DepthPointEx p2 ) : double
p1 DepthPointEx
p2 DepthPointEx
return double

Distance() public static method

public static Distance ( double x1, double y1, double x2, double y2 ) : double
x1 double
y1 double
x2 double
y2 double
return double

FindIndexOfNearestPoint() public static method

public static FindIndexOfNearestPoint ( DepthPointEx target, IList points ) : int
target DepthPointEx
points IList
return int

FindNearestPoint() public static method

public static FindNearestPoint ( DepthPointEx target, IEnumerable points ) : DepthPointEx
target DepthPointEx
points IEnumerable
return DepthPointEx

Property Details

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float

Zero public_oe static_oe property

public static DepthPointEx,LightBuzz.Vitruvius.FingerTracking Zero
return DepthPointEx