Avatar
enum RotateAngle90 : Int { case _0 = 0 case _90 = 90 case _180 = 180 case _270 = 270 } (edited)