DashOrientationData

class DashOrientationData(val pitch: Angle?, val yaw: Angle?, val roll: Angle?, val monotonicTimestampNanoseconds: Long)

Represents orientation data, including pitch, yaw and roll.

Parameters

pitch

The pitch angle

yaw

The yaw angle

roll

The roll angle

monotonicTimestampNanoseconds

Timestamp which should be in sync with timestamps of locations from location provider.

Constructors

Link copied to clipboard
constructor(pitch: Angle?, yaw: Angle?, roll: Angle?, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
val pitch: Angle?
Link copied to clipboard
val roll: Angle?
Link copied to clipboard
val yaw: Angle?

Functions

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

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.