Line

for the line drawing

class Line{

    Dot a,b;

}

class Dot{
     int x,y;

}

in logic?

dot(6,9)
line(dot(4,4),dot(4,3))
page_revision: 2, last_edited: 1165514076|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.