Menu

Commit [r1365]  Maximize  Restore  History

In line drawing routines, now that m_lineClip has the correct boundaries, when

we go to compute xMin, yMin, xMax, and yMax for the pixels, we no longer need
the assistance of Math.min() and Math.max(), in other words we no longer use
m_clipXMin, m_clipYMin, m_clipXMax, and m_clipYMax as boundaries. This is a
rather delicate change but theoretically everything should work. Some simple
tests show that things still work the way they're supposed to. Unfortunately
I don't have extensive regression tests at the moment.

nerius 2023-10-30

changed /blockout/src/com/nerius/grafx/d2/RasterFloatGraphics.java
/blockout/src/com/nerius/grafx/d2/RasterFloatGraphics.java Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.