Rotation.deg constructor

Rotation.deg({
  1. double x = 0,
  2. double y = 0,
  3. double z = 0,
})

Implementation

Rotation.deg({double x = 0, double y = 0, double z = 0})
    : this.radians(x: radians(x), y: radians(y), z: radians(z));