PL=PLtetragrid([d,bb,w])
d : | distance of | |
bb : | length, b h, bounding box or CPL | |
w : | wall distance/ default is d/3 |
PL : | Point list |
PLtetragrid(1,[5 3]);
PLtetragrid(1,CPLsample(30),2); % Grid 1 , wall 2
PLtetragrid(0,CPLsample(30)); % Grid automatic
PLtetragrid(0,CPLsample(29));