Forgot password?
 Create new account
View 1538|Reply 0

TikZ 之 curve 好一阵纠结

[Copy link]

801

Threads

4888

Posts

310K

Credits

Credits
36170

Show all posts

isee Posted at 2013-6-27 15:41:00 |Read mode
2013年北京中考数学试卷里有这么旋转对称的一个图

curve.png

走了好多弯路,翻了下,手册,原来有 针对 曲线 的 to 命令,于是
  1. \begin{tikzpicture}[line width=0.75pt]
  2. \coordinate (O) at (0,0);
  3. \foreach \x in {0,120,240}
  4. {
  5. \draw[rotate=\x] (0:.55) to [out=100,in=0](120:1);
  6. \draw(O)--(\x:1);
  7. }
  8. \end{tikzpicture}
Copy the Code
分分钟OK

手机版Mobile version|Leisure Math Forum

2025-4-21 14:18 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list