
2 Oct
2007
2 Oct
'07
4:57 p.m.
Phil Endecott wrote:
I am trying to determine interest to submit GTL to boost.
Looks good. Please show us the code! Currently, I do this sort of thing with my own fixed-point class (which has been discussed here before) and some not-good-enough-for-Boost-yet 2D container types. Do you have containers with e.g. rectangular-range iterators?
I cannot release code or full documentation (yet). We tried to write the fastest polygon booleans. We avoided any lazy iterators because they slowed us down. You can get all the resulting rectangles in a collection then iterate thru them. Gyuszi