OrientationEvent constructor

OrientationEvent(
  1. double yaw,
  2. double pitch,
  3. double roll
)

Implementation

OrientationEvent(this.yaw, this.pitch, this.roll);