rmennes / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Interprete long polar coordinates correctly #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There also exist long forms of polar coordinates:
  (canvas polar cs:angle=30,radius=1cm)
  (xyz polar cs:angle=30,radius=1)
  (xy polar cs:angle=30,radius=1)
       -> instead of (30, 1cm) 

TODO: interpret these long polar coordinates correctly.

\begin{tikzpicture}
\draw (0,0) -- (canvas polar cs:x radius=1cm,y radius=1cm,angle=30);
\draw (2,0) -- +(xyz polar cs:angle=30,radius=1);
\draw (4,0) -- +(xy polar cs:angle=30,radius=1);
\end{tikzpicture}

Original issue reported on code.google.com by notdiffi...@gmx.net on 19 Feb 2011 at 10:49

GoogleCodeExporter commented 8 years ago
Fixed in version 0.1.3

Original comment by notdiffi...@gmx.net on 18 Jun 2011 at 11:03