RotationEvent constructor

RotationEvent(
  1. double x,
  2. double y,
  3. double z,
  4. double w,
  5. double accuracy,
)

Implementation

RotationEvent(this.x, this.y, this.z, this.w, this.accuracy);