Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active March 16, 2018 05:09
Show Gist options
  • Save kjunichi/810ff359ea7dacfb36e1 to your computer and use it in GitHub Desktop.
Save kjunichi/810ff359ea7dacfb36e1 to your computer and use it in GitHub Desktop.
2016/3/16

メモ

直交座標系は、xとyの値で点の位置を表し、極座標系は原点からの距離と角度で点の位置を表すもの

x=rcos(t) y=rsin(t) xx+yy=r*r

r=1+cos(t)

r=sqrt(xx+yy) t=atan(y/x)

https://bl.ocks.org/kjunichi/32b62f72d3db0a80d7fc

js

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment