Attitude constructor
const
Attitude(
- Quaternion quaternion,
- num pitch,
- num roll,
- num yaw,
Constructor of the attitude class.
Implementation
const Attitude(this.quaternion, this.pitch, this.roll, this.yaw);