Issue #23
Have you seen https://github.com/erich666/GraphicsGems/issues/23?
I'm wondering if this fix should be applied to this project?
iterationError = error * 4.0;
I'm guessing would be equivalent to:
_squaredError = error * 4.0;
Have you seen https://github.com/erich666/GraphicsGems/issues/23?
I'm wondering if this fix should be applied to this project?
iterationError = error * 4.0;
I'm guessing would be equivalent to:
_squaredError = error * 4.0;