Commit graph

5 commits

Author SHA1 Message Date
f52035ead1 get rid of need for boost, but require c++20 2024-12-26 20:05:58 -06:00
4dc78ca136
Optimize
* Assume dash patterns are all on-off(-on-off...) even though this is
not necessarily true

 * now unroll the uvdraw loop 1 time so that there's no test of whether
   to draw or not, and half as many 'maybe reset i' checks
2023-12-31 15:52:50 -06:00
40c67baf3a
Switch data types from double to float (via a new typedef)
and get rid of a pessimizing std::move
2023-12-21 20:44:13 -06:00
Jeff Epler
171c391b20 use a more typical extension for C++ header files 2015-11-02 11:35:07 -06:00
Jeff Epler
242cd9d84b use a more typical extension for C++ source files 2015-11-02 11:35:06 -06:00
Renamed from dashing.c (Browse further)