search for: point2doubl

Displaying 1 result from an estimated 1 matches for "point2doubl".

Did you mean: point2double
2008 Jan 12
1
GraphicsContext demo
...phicsContext demo, just in time for a release. *wipes forehead* So far, it''s looking pretty good. BTW Alex, another bug came up while working with GraphicsContext, but wasn''t something as major that could prevent me from completing the demo. GraphicsContext#draw_lines(size_t n, Point2Double points, Integer fillStyle) Need another typemap wrapper for Point2Double. And I''m thinking that it should be an 2d array of sorts. Points represented by [x,y], and array of them, EG: [ [first_x,first_y], [second_x,second_y], [third_x,third_y], ....etc..... ....etc..... ] And...