FingerState
Gesture classification state of a single finger.
Public Attributes
AngleToPalm
Absolute angle to palm (angular). -1.0 if the value is not valid.
public float AngleToPalm;
IsExtended
State of finger.
public bool IsExtended;
LengthM
Finger length in meters.
public float LengthM;
NormalizedExtension
State of finger extension range 0.0 to 1.0. (0.0 folded, 1.0 fully extended)
public float NormalizedExtension;
PostureData
Gesture classification posture related finger data.
public PostureFingerData PostureData;
Type | Description |
---|---|
PostureFingerData | Gesture classification posture related finger data. |