Boost logo

Boost :

Subject: Re: [boost] [GGL] Can't seem to use equals on multi_polygons
From: Kef Schecter (furrykef_at_[hidden])
Date: 2010-01-21 10:56:02


> Your first sample listed:
>> {0, 0},
>> {1, 0},
>> {1, 1},
>> {0, 1},
>> {0, 0}
> So this is lower-left, lower-right, upper-right, upper-left, lower-left.
> So counter-clockwise.

Oh, I get it now. I was thinking in terms of screen coordinates, where
(0, 1) is below (0, 0). I see now that it's intended to be like a
standard coordinate plane, where (0, 1) is above (0, 0). Right?

> So it seems not to like the std::vector<bool>. I just checked
> assemble.hpp, it has been revised. The std::vector<bool> is removed
> already.

Is this in SVN anywhere? I only have the formal_review sources.

- Kef


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk