MotionTrackingPose

A motion tracker's position and rotation.

Constructors

Link copied to clipboard
constructor(id: Long, position: Vector3, rotation: Quat)

Properties

Link copied to clipboard
val id: Long

The id of the motion tracker.

Link copied to clipboard

Position of motion tracker.

Link copied to clipboard

Rotation of motion tracker.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String