家紋シリーズ 鱗(3) 六つ鱗
include("plotter.jl")
function mutuuroko(; r=1, width=400, height=400)
plotbegin(w=width, h=height)
plotpolygon2(0, 0, r, 3, lwd=0, fcol=:black)
plotpolygon2(0, 0, r, 3, φ = 30, lwd=0, fcol=:black)
plotpolygon2(0, 0, r/sqrt(3), 6, φ = 60, lwd=0, fcol=:white)
plotend()
end
mutuuroko()
※コメント投稿者のブログIDはブログ作成者のみに通知されます