previous
|
start
|
next
Graphics Structures (Lines)
Two points can be joined by a
line
.
Point p(1, 3); Point q(4, 7); Line s(p, q); cwin << s;
previous
|
start
|
next