JointOrientation Structure

Orients a joint relative to the parent joint in the skeleton.

typedef struct _JointOrientation {
    JointType JointType;
    Vector4 Orientation;
} JointOrientation;

Members

JointType
The joint type.
Orientation
The direction of the joint relative to the parent joint in the skeleton.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: