FloatImage.cpp mirror() does a loop setting "x = 2 * w - x - 2;". That can
return out-of-bounds values, e.g. mirror(1,1) == -1. The computation should be
more like FloatImage::indexMirror.
Original issue reported on code.google.com by exc...@gmail.com on 6 Sep 2010 at 8:50
Original issue reported on code.google.com by
exc...@gmail.com
on 6 Sep 2010 at 8:50