I've implemented a Range2d templated class
to be used when boundaries are needed.
This is like the current gnash::rect class,
which will likely end using Range2d internally,
but templetized on the numeric type used and with
more functionalities (includes the concept of
a 'world' range).
Now, the question is: where should I put it ?
server/Range2d.h
libbase/Range2d.h
libgeometry/Range2d.h
Theoretically, the best place would be libgeometry, but
I'm not sure we're actually using it and I wouldn't want
to have it in our street in case we drop that lib.
What do you think ?
--
/"\ ASCII Ribbon Campaign
\ / Respect for low technology.
X Keep e-mail messages readable by any computer system.
/ \ Keep it ASCII.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev