Rot constructor

Rot({
  1. double sin = 0.0,
  2. double cos = 1.0,
})

Implementation

Rot({this.sin = 0.0, this.cos = 1.0});