Re: How to "reverse" the arc, when creating a shape?
Otfried Cheong <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <1440333918.1739869.363593905.37FFD75F@webmail.messagingengine.com> |
On Sun, Aug 23, 2015, at 17:56, Wojciech Zabolotny wrote: > Is there any way to generate the arc covering the right range of > angles but in reversed direction? An arc is always counter-clockwise on its supporting unit circle. To get a clockwise arc, you need to change the matrix so that it mirrors this circle. (E.g. negate the change the first element.) Cheers, Otfried