C# Class LightBuzz.Vitruvius.FingerTracking.DepthPointEx

Afficher le fichier Open project: inessadl/kinect-2-libras Class Usage Examples

Méthodes publiques

Свойство Type Description
X float
Y float
Z float
Zero DepthPointEx

Méthodes publiques

Méthode 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 méthode

public static Angle ( DepthPointEx center, DepthPointEx start, DepthPointEx end ) : double
center DepthPointEx
start DepthPointEx
end DepthPointEx
Résultat double

Angle() public static méthode

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
Résultat double

Center() public static méthode

public static Center ( DepthPointEx p1, DepthPointEx p2 ) : DepthPointEx
p1 DepthPointEx
p2 DepthPointEx
Résultat DepthPointEx

Center() public static méthode

public static Center ( IList points ) : DepthPointEx
points IList
Résultat DepthPointEx

DepthPointEx() public méthode

public DepthPointEx ( DepthPointEx point ) : System
point DepthPointEx
Résultat System

DepthPointEx() public méthode

public DepthPointEx ( float x, float y, float z ) : System
x float
y float
z float
Résultat System

Distance() public static méthode

public static Distance ( DepthPointEx p1, DepthPointEx p2 ) : double
p1 DepthPointEx
p2 DepthPointEx
Résultat double

Distance() public static méthode

public static Distance ( double x1, double y1, double x2, double y2 ) : double
x1 double
y1 double
x2 double
y2 double
Résultat double

FindIndexOfNearestPoint() public static méthode

public static FindIndexOfNearestPoint ( DepthPointEx target, IList points ) : int
target DepthPointEx
points IList
Résultat int

FindNearestPoint() public static méthode

public static FindNearestPoint ( DepthPointEx target, IEnumerable points ) : DepthPointEx
target DepthPointEx
points IEnumerable
Résultat DepthPointEx

Property Details

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float

Z public_oe property

public float Z
Résultat float

Zero public_oe static_oe property

public static DepthPointEx,LightBuzz.Vitruvius.FingerTracking Zero
Résultat DepthPointEx