bezierPathWithArcCenter startAngle是负值,它意味着什么?

时间:2014-12-26 05:36:45

标签: ios iphone uibezierpath

目前我正在阅读一个开源代码,我注意到他给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]

0 个答案:

没有答案