InputDevicePose

@Immutable
class InputDevicePose(val rawPosition: Offset3D, val rawRotation: Rotation3D)

Pose of input device.

Constructors

Link copied to clipboard
constructor(rawPosition: Offset3D, rawRotation: Rotation3D)

Types

Link copied to clipboard
object Companion

companion object of InputDevicePose.

Properties

Link copied to clipboard
val rawPosition: Offset3D

The raw position of input device.

Link copied to clipboard

The raw rotation of input device.

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