Sunday, March 14, 2010

2D Shapes Created

I created the three helper shapes that work only on XOY plane (for easier setup) and they are accessible both from Lua and from Command Line interface as follows:
horizontal_line(y)
vertical_line(x)
rectangle2p(x1, y1, x2, y2)
But they still are not integrated with solver (this is what I'm going to).

No comments: