Declaration

var angle: CGFloat { get set }

Declaration

@property (nonatomic) CGFloat angle;

Declaration

angle() -> float
setAngle_(angle: float)