RotationRate constructor

const RotationRate(
  1. num x,
  2. num y,
  3. num z
)

Constructor of the rotation rate class.

Implementation

const RotationRate(this.x, this.y, this.z);