|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||
2022年11月20日(日) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [openscad] value in loop![]() module octal_star(size, inner) { polyhedron( points= [ for (i = [0 : 15]) let (theta = i * 360 / 16, unit_vector = [cos(theta), sin(theta), 0]) if (i % 2 == 0) size * unit_vector else inner * unit_vector, [0, 0, size] // the apex point ], faces= [ for (i = [0 : 15]) [i, (i + 1) % 16, 16] ] ); }; octal_star(20,10); ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||