hairu / freelss

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.
GNU General Public License v3.0
280 stars 133 forks source link

typo in Calibrator.cpp line 177 #5

Closed yen-von closed 9 years ago

yen-von commented 9 years ago

As title

I think it should be real worldY = cameraY + (pctY * sensorHeight) - sensorHeight * 0.5; instead of real worldY = cameraY + (pctY * sensorWidth) - sensorHeight * 0.5; right?

StepMan91 commented 9 years ago

great?

On Fri, Feb 6, 2015 at 11:24 AM, yen-von notifications@github.com wrote:

As title

I think it should be real worldY = cameraY + (pctY * sensorHeight) - sensorHeight * 0.5; instead of real worldY = cameraY + (pctY * sensorWidth) - sensorHeight * 0.5; right?

— Reply to this email directly or view it on GitHub https://github.com/hairu/freelss/issues/5.

hairu commented 9 years ago

Fixed