HandPose

class HandPose

Represents the pose of a hand, including 26 hand joints.

Constructors

Link copied to clipboard
constructor(handJoints: List<HandJoint>)

Properties

Link copied to clipboard

A list of all hand joints.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
operator fun get(index: HandJoint.Index): HandJoint

Gets a specific joint.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Gets a specific joint.

Link copied to clipboard
open override fun toString(): String