目前我正在阅读一个开源代码,我注意到他给startAngle一个负值。我只是不知道为什么会有负面价值,这意味着什么?
UIBezierPath *path = [UIBezierPath bezierPathWithArcCenter:CGPointMake(self.bounds.width / 2.0, self.bounds.height / 2.0) radius:50 startAngle:-M_PI * 11.0 / 8.0 endAngle:M_PI * 3.0 / 8.0 clockwise:YES]