Arthur O'Dwyer
62629f3e70
Change static const
to static constexpr
wherever possible
...
Since we require C++11, most of these consts can be constexpr.
Two `static const ld` remain non-compile-time-evaluable because
they depend on the runtime `log` function. One `static const cld`
remains non-compile-time because `std::complex<T>` doesn't become
constexpr until C++14.
2023-08-23 09:47:28 -08:00
Zeno Rogue
07857e612a
rogueviz adjusted to the changes
2023-08-14 20:13:52 +02:00
Zeno Rogue
06523e063e
used cyclefix and raddif in more places; (c)spin90, (c)spin180 and spin180 functions; rephrased M_PI in terms of TAU and x._deg when applicable
2022-11-13 16:22:55 +01:00
Zeno Rogue
28d334c660
using addHook_rvslides and addHook_slideshows in various rogueviz demos
2021-06-25 13:53:23 +02:00
Zeno Rogue
b54e5d567b
rogueviz::impossible-ring:: fixed the slide
2021-04-07 21:07:11 +02:00
Zeno Rogue
a86fb6cd4d
rogueviz:: added URLs to various visualizations
2021-04-07 18:15:58 +02:00
Zeno Rogue
f03939b46c
rogueviz::cylon:: use rv_hook
2021-04-07 18:13:45 +02:00
Zeno Rogue
bdf97fc6de
rogueviz:: reorganized the presentations
2021-04-07 18:13:23 +02:00
Zeno Rogue
910775a25d
rvtour:: finished changing rvtour to pres
2020-09-13 06:32:18 +02:00
Zeno Rogue
6a4d6358fb
noniso slide order fixed again
2020-08-10 20:07:03 +02:00
Zeno Rogue
54bb5d5c5c
rogueviz:: in impossible structures, shapes disappeared due to a bug
2020-08-10 18:47:24 +02:00
Zeno Rogue
38a5b4d1f8
added a noniso honeycomb viz to the presentation, and noniso slides are now in a common folder
2020-08-10 18:09:19 +02:00
Zeno Rogue
9d0a252d14
shift-awareness in rogueviz
2020-07-29 23:34:00 +02:00
Zeno Rogue
b5084d91d5
rogueviz:: draw a rolling ball along impossible ring
2020-05-25 02:27:54 +02:00
Zeno Rogue
ed6cd3cec6
rewritten the o-key functionality to let the user choose from several applicable options
2020-05-15 15:53:29 +02:00
Zeno Rogue
fcad5d3f34
rogueviz:: fixes in noniso visualizations
2020-05-01 10:49:06 +02:00
Zeno Rogue
ee4f38e0c9
rogueviz:: rvtour priorities
2020-04-08 17:33:57 +02:00
Zeno Rogue
5dbbf233fa
rogueviz:: added impossible ring (slide/config)
2020-04-07 17:41:47 +02:00
Zeno Rogue
409f171ca7
rogueviz:: added the Impossible Ring visualization
2020-03-29 16:13:23 +02:00