Attitude constructor

const Attitude(
  1. Quaternion quaternion,
  2. num pitch,
  3. num roll,
  4. num yaw,
)

Constructor of the attitude class.

Implementation

const Attitude(this.quaternion, this.pitch, this.roll, this.yaw);