DashMotionData

class DashMotionData(    val attitude: DashAttitudeData,     val rotationRate: AngularVelocity3D,     val gravityAcceleration: Point3D,     val userAcceleration: Point3D,     val magneticField: Point3D,     val heading: Angle,     val monotonicTimestampNanoseconds: Long)

Constructors

Link copied to clipboard
constructor(    attitude: DashAttitudeData,     rotationRate: AngularVelocity3D,     gravityAcceleration: Point3D,     userAcceleration: Point3D,     magneticField: Point3D,     heading: Angle,     monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val gravityAcceleration: Point3D
Link copied to clipboard
val heading: Angle
Link copied to clipboard
val magneticField: Point3D
Link copied to clipboard
val rotationRate: AngularVelocity3D
Link copied to clipboard
val userAcceleration: Point3D

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