|
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); ( つっこみ )
|
最近の日記 2023年11月20日 ・mail server の disk がこわれた 2023年11月18日 ・pbulk and chroot 2023年11月11日 ・wip/R R-4.3.1 2023年10月16日 ・disk failure ・syslog.conf 2023年10月09日 ・update for RAID1 system | ||