Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.6, 1.7, 1.8
Contains rotation data for a single bone.
Syntax
typedef struct _NUI_SKELETON_BONE_ROTATION {
Matrix4 rotationMatrix;
Vector4 rotationQuaternion;
} NUI_SKELETON_BONE_ROTATION;
Members
- rotationMatrix
A rotation expressed with a matrix. - rotationQuaternion
A rotation expressed with a quaternion.
Requirements
Header: Declared in Declared in NuiSkeleton.h; however, include NuiApi.h in your project.