rotation

var rotation: Double

Rotation of this ComponentView in degrees.

Values not in [0,360) get mapped to values in [0,360) by modulo operation with 360.

example conversions: -10 -> 350 -370 -> 350 370 -> 10 730 -> 10

See also