|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||
2022年11月20日(日) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [openscad] value in loop 人に教わったまま、を試して見る
[ ] の中に for がある
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);
( つっこみ )
|
最近の日記 2026年05月29日 ・pkgin search segfaults 2026年02月28日 ・my first script-fu 2026年01月29日 ・Die Fledermaus at New National theatre 2026/01/29 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump | ||