ルーローの三角形を描画するプログラムです
ルーローの三角形というのは、正三角形の各辺を膨らましたような三角形です。回転させても高さが一定という性質があります
三角形の各頂点を中心にし、正三角形の一辺を半径とした円弧を描き、それぞれを結ぶことで作図できます
Scratch 3.0に対応した書籍です[PR]
リンク
リンク
リンク
ルーローの三角形を描画するプログラムです
ルーローの三角形というのは、正三角形の各辺を膨らましたような三角形です。回転させても高さが一定という性質があります
三角形の各頂点を中心にし、正三角形の一辺を半径とした円弧を描き、それぞれを結ぶことで作図できます
This is a program that draws a Reuleaux triangle.
A Reuleaux triangle is a triangle that bulges each side of an equilateral triangle. It has the property that the height is constant even if it is rotated.
You can draw by drawing an arc centered on each vertex of the triangle and having one side of the equilateral triangle as the radius, and connecting each of them.