JointOrientation Structure

Represents the orientation of a joint of a body.

Syntax

public value struct JointOrientation
public struct JointOrientation
var jointOrientation = {
      jointType : /* Your value */, 
      orientation : /* Your value */
}     

Members

JointOrientation has the following members.

Fields

Name Description
JointType The type of joint.
Orientation The orientation of the joint.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace