Last chance! 50% off unlimited learning
Sale ends in
clip.infline(L, win)
"infline"
specifying a set of infinite
straight lines in the plane."owin"
)."psp"
).L
of class "infline"
created by the
function infline
) and a window win
.
The result is a pattern of line segments.infline
,psp
. To divide a window into pieces using infinite lines,
use chop.tess
.
L <- infline(p=1:3, theta=pi/4)
W <- square(4)
clip.infline(L, W)
Run the code above in your browser using DataLab