translation

val translation: Vector3

Translation of the LigTag device.

This represents the 3D offset from the camera to the LigTag device in camera-relative coordinates, measured in millimeters.

Use with transform method to convert to world coordinates for AR:

val worldTransform = ligTag.transform(cameraWorldPose)
val worldPosition = worldTransform.position // Final AR placement