zxing/cpp/core
smparkes@smparkes.net 90f7e7b865 Correctly set rotated points values. Closes Issue 1041.
The rotate code was setting the rotated points in a copy of the vector of points, rather than
in the vector owned by the result. Use a reference instead of a copy so changes persist.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1995 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-28 18:31:35 +00:00
..
src/zxing Correctly set rotated points values. Closes Issue 1041. 2011-10-28 18:31:35 +00:00
tests/src GreyscaleRotatedLuminanceSource: implemented getMatrix() 2010-08-20 20:24:20 +00:00