메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
SegmentToPointCollection ( Vector2 p1, Vector2 p2, float width ) : System.Windows.Media.PointCollection |
public RegularPolygonToPointCollection ( Vector2 center, float radius, int sections ) : System.Windows.Media.PointCollection | ||
center | Vector2 | |
radius | float | |
sections | int | |
리턴 | System.Windows.Media.PointCollection |
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 | |
리턴 | void |