Landmark

data class Landmark(val x: Float, val y: Float, val z: Float, val type: Int)

Represents a specific landmark on a hand.

Constructors

Link copied to clipboard
constructor(x: Float, y: Float, z: Float, type: Int)

Properties

Link copied to clipboard
val type: Int

The type of hand landmark.

Link copied to clipboard
val x: Float

The x-coordinate.

Link copied to clipboard
val y: Float

The y-coordinate.

Link copied to clipboard
val z: Float

The z-coordinate (optional).