Previous Up Next

19.3.1  Drawing a line

The line command draws and finds lines in ℝ2 and ℝ3.

Examples

line(2*y+x-1=0)
line(y=1)
line(x=1)
line(x+2*y+z-1=0,z=2)
line(y=1,x=1)
Remark.

line defines an oriented line:


Previous Up Next