Rotation constructor

Rotation(
  1. double x,
  2. double y,
  3. double z,
  4. double s,
)

Implementation

Rotation(this.x, this.y, this.z, this.s);