On Wed, Feb 28, 2007 at 06:46:18PM +0100, Udo Giacomozzi wrote: > BTW, I had to convert between Range2d<> and rect back and forth. We > should really use only one class!
I'm all for dropping rect in favor of Range2d<>. typedef Range2d<float> rect; Will likely just need to add the 'flerp' 'clamp' and friends, which I bet have standard STL equivalents, btw. --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
