Menu

Code Commit Log


Commit Date  
[r1370] by nerius

Adding a TODO comment to Donut.

2023-10-30 22:51:47 Tree
[r1369] by nerius

Removing FloatStudy and making slight adjustments to rate of thetas in
LineRotate2D.

2023-10-30 17:41:58 Tree
[r1368] by nerius

Greatly streamlining the line drawing routines, thanks to the recent changes
in m_lineClip strategy with upper and lower bounds to pixel(). I think the
changes are done for the most part. I still need to test and make some
adjustments, perhaps.

2023-10-30 17:27:15 Tree
[r1367] by nerius

Continuing with the incremental line drawing routine simplifications. Removing
the 'alwaysTrue' code blocks.

2023-10-30 16:42:10 Tree
[r1366] by nerius

In 2D graphics, making incremental changes which simplify the line drawing
code. Because m_lineClip now has the correct extents, replacing checks against
the m_clipXMin etc. values with 'alwaysTrue'.

2023-10-30 16:37:52 Tree
[r1365] by nerius

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.

2023-10-30 16:25:50 Tree
[r1364] by nerius

Modifying m_lineClip to use pixelLowerBound() and pixelUpperBound().

2023-10-30 15:55:27 Tree
[r1363] by nerius

Adding LineIntegrityCheck1 and LineIntegrityCheck2.

2023-10-30 15:24:22 Tree
[r1362] by nerius

Adding pixelUpperBound() and pixelLowerBound().

2023-10-30 12:05:26 Tree
[r1361] by nerius

Rearranging location of code snippets.

2023-10-30 04:01:23 Tree
Older >
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.