Ellipse from Dots The ellipse is made from dots. 4 parameters are adjustable at the corners. mouse_x: b/a ratio for making an ellips. mouse_y: angle mouse click: mode switch(0/1/2) --- 日本語 --- 楕円 楕円形はドットからなります。 画面コーナーで4つのパラメータを調整できます。 マウスx:楕円決定のためのb/a比 マウスy:描画角度 マウスクリック:モード変更(0/1/2)
The basic algorithm is the same as the @-Jie-'s project. https://scratch.mit.edu/projects/238716501 Ellipse: b^2x^2+a^2y^2=a^2b^2 Circle: (x-c)^2+y^2=r^2 r=sqrt(b^2-b^2c^2/(a^2-b^2)) #ellipse #oval #circles #dots #pen #math