BodyPose

class BodyPose

A body pose, includes 24 joints.

Constructors

Link copied to clipboard
constructor(bodyJoints: List<BodyJoint>)

Properties

Link copied to clipboard

List of all body joints.

Functions

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

Get specific joint.

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

Get specific joint.

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