Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 3
    You can simplify things a bit by using \pgfmathsetmacro{\cx}{...} instead of \pgfmathparse{...}\let\cx\pgfmathresult. Commented Apr 17, 2011 at 10:10
  • @Matthew: Thanks. I've updated it. Using \pgfmathresult over and over seemed really clumsy. I'm glad there's a better way. Commented Apr 17, 2011 at 10:21
  • @Matthew: cool, I didn't know you could do that! Thanks for the tip. Commented Apr 17, 2011 at 21:46
  • @TH. As much as I like this idea, it draws the circle in the wrong location for e.g. \drawcirculararc(0,0)(1,0)(1,1). Commented Apr 17, 2011 at 22:01
  • @David: Yeah. I failed to solve the simple equations correctly last night so the center of the circle is wrong. Commented Apr 17, 2011 at 22:44