rotation property
set
rotation
(double rotation)
Implementation
void set rotation(double rotation) {
base.theta = Projection.degToRadian(rotation);
if (scaled != null) scaled!.theta = Projection.degToRadian(rotation);
}