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)
It seems you have no tags attached to pages. To attach a tag simply click on the tags button at the bottom of any page.
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))