C# Class Utility.HitSkeleton

Afficher le fichier Open project: NIAEFEUP/Kommando Class Usage Examples

Méthodes publiques

Méthode Description
HitSkeleton ( ) : System
RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection
UpdateSkeleton ( Microsoft.Kinect.Skeleton skeleton, Microsoft.Kinect.KinectSensor sensor, float width, float height ) : void

Private Methods

Méthode Description
SegmentToPointCollection ( Vector2 p1, Vector2 p2, float width ) : System.Windows.Media.PointCollection

Method Details

HitSkeleton() public méthode

public HitSkeleton ( ) : System
Résultat System

RegularPolygonToPointCollection() public méthode

public RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection
center Vector2
radius float
sections int
Résultat System.Windows.Media.PointCollection

UpdateSkeleton() public méthode

public UpdateSkeleton ( Microsoft.Kinect.Skeleton skeleton, Microsoft.Kinect.KinectSensor sensor, float width, float height ) : void
skeleton Microsoft.Kinect.Skeleton
sensor Microsoft.Kinect.KinectSensor
width float
height float
Résultat void