Go to the first, previous, next, last section, table of contents.


random_line

random_line(Pt,B[,Seed])
:: 点Pt(=[x,y,z])を通る直線をひとつランダムに 返す。
return
変数x,y,zの一次式
Pt
点を表すリスト
B
自然数
Seed
自然数
[1] random_line([0,0,1],1);
x-8*y


Go to the first, previous, next, last section, table of contents.