Orientation

class Orientation(val yaw: Float, val pitch: Float, val roll: Float)

Orientation is a data class that holds the yaw, pitch, and roll values of a motion event in degrees.

These are the raw values of the motion event.

Constructors

Link copied to clipboard
constructor(yaw: Float, pitch: Float, roll: Float)

Properties

Link copied to clipboard
Link copied to clipboard
val roll: Float
Link copied to clipboard
val yaw: Float