
21 Jan
2010
21 Jan
'10
3:56 p.m.
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