data class HitData


Data associated with a hit result.

Summary

Public constructors

HitData(pose: Pose, id: Long)

Public properties

Long

The id of the trackable that was hit.

Pose

The pose of the hit result.

Public constructors

HitData

Added in 1.0.0-alpha01
HitData(pose: Pose, id: Long)

Public properties

id

Added in 1.0.0-alpha01
val idLong

The id of the trackable that was hit. It is the address of the native object.

pose

Added in 1.0.0-alpha01
val posePose

The pose of the hit result.