basic parser to renderer pipeline
This commit is contained in:
parent
ab353dc594
commit
a502abf051
3 changed files with 27 additions and 22 deletions
|
@ -1,9 +1,10 @@
|
|||
point(0.2378, -34.389) -> A
|
||||
point(2.5, 0) -> B
|
||||
[point(-1, 3) -> C]
|
||||
point(200, 300) -> A
|
||||
point(400, 300) -> B
|
||||
[point(300, 128) -> C]
|
||||
|
||||
line(A, B) -> AB
|
||||
line(B, C)
|
||||
line(C, A)
|
||||
|
||||
circle(A, len(AB))
|
||||
circle(A, len(AB))
|
||||
circle(B, len(AB))
|
Loading…
Add table
Add a link
Reference in a new issue