On 4/16/07, Sunburned Surveyor <sun...@gm...> wrote:
>
> Guys,
>
> I was able to donwload the daily snapshot of the SVN for lib2Geom. I
> printed out the code for the Rect class and the Quadtree class so that I can
> review them later. I was hoping you guys might be able to help me with a few
> questions I came up when I cracked my C++ book and started to think about my
> first lib2geom programming task.
>
One thing to keep in mind, which I neglected to mention, is that the code is
liable to change quite a bit. While the interface and basic concept of Rect
will likely remain, it will probably be reimplemented in terms of Interval
within the next few weeks.
Oh, and the manual is a good resource, all though it lacks most of our newer
developments/rearchitecurizing, and tends to focus on trivial things (my
bad, really - I established a solid foundation yet haven't followed through
with real content). Nonetheless, there's good information in there, and a
read through would be beneficial.
-mgsloan
|