FaceFrameResult.FaceRotationQuaternion Property

Gets the quaternion representing the face rotation.

Syntax

public:
property Vector4^ FaceRotationQuaternion {
         Vector4^ get ();
}
public Vector4FaceRotationQuaternion { get; }
var faceRotationQuaternion = faceFrameResult.faceRotationQuaternion;

Property value

Type: Vector4
The quaternion representing the face rotation.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

FaceFrameResult Class
Microsoft.Kinect.Face Namespace