Bearbeiten

ArticulatedHandPose Class

Definition

Shape of an articulated hand defined by joint poses.

public ref class ArticulatedHandPose
public class ArticulatedHandPose
type ArticulatedHandPose = class
Public Class ArticulatedHandPose
Inheritance
ArticulatedHandPose

Constructors

ArticulatedHandPose()
ArticulatedHandPose(MixedRealityPose[])

Properties

JointCount

Represents the maximum number of tracked hand joints.

Methods

ComputeJointPoses(Handedness, Quaternion, Vector3, MixedRealityPose[])

Compute world space poses from camera-space joint data.

Copy(ArticulatedHandPose)

Copy data from another articulated hand pose.

FromJson(String)

Deserialize pose data from JSON format.

GetGesturePose(ArticulatedHandPose+GestureId)
Obsolete.

Get pose data for a supported gesture.

GetLocalJointPose(TrackedHandJoint, Handedness)
InterpolateOffsets(ArticulatedHandPose, ArticulatedHandPose, Single)

Blend between two hand poses.

LoadGesturePoses()
Obsolete.

Load pose data from files.

ParseFromJointPoses(MixedRealityPose[], Handedness, Quaternion, Vector3)

Take world space joint poses from any hand and convert into right-hand, camera-space poses.

ResetGesturePoses()
SetZero()

Set all poses to zero.

ToJson()

Serialize pose data to JSON format.

Applies to