Zeno Rogue
e5458c5f80
crossbow:: shapes
2023-10-28 09:51:27 +02:00
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
Arthur O'Dwyer
ced3bbcad4
Qualify calls to format
...
C++20 introduces `std::format` and we `using namespace std`,
so some of these would be ambiguous in C++20.
2023-08-21 10:18:44 -07:00
Zeno Rogue
67d38feabd
camera_angle now uses matrix dialog
2023-08-14 18:08:28 +02:00
Zeno Rogue
e218b0b19f
pipes for anisotropic geometries
2023-06-10 11:05:57 +02:00
Zeno Rogue
59dd09173a
fixed the combinations of Archimedean, fake, and embedding
2023-06-10 10:33:42 +02:00
Zeno Rogue
3850d8dbeb
3D floors now should work in SVG
2023-05-30 18:44:03 +02:00
Zeno Rogue
3fdd6d4967
a new option for pseudohedral
2023-05-30 18:44:03 +02:00
Zeno Rogue
557166c561
embeddings:: fixed LAKE, SHALLOW, HELLSPIKE and BOTTOM to no longer exhibit extra sgn
2023-04-27 22:48:13 +02:00
Zeno Rogue
7dc21f32de
changed some prepare_basics to require_basics
2023-04-27 22:47:32 +02:00
Zeno Rogue
3f1dc8a4c4
introduced new CAP, CAP_PORTALS
2023-04-15 01:30:05 +02:00
Zeno Rogue
a471025346
guards fixup
2023-04-11 17:14:19 +02:00
Zeno Rogue
8760ac4cfb
more guards added
2023-04-11 17:10:04 +02:00
Zeno Rogue
1c2dbcc7d9
fixup to hat_param_imag
2023-04-11 16:43:53 +02:00
Zeno Rogue
defeaf2cc6
hat:: hat parameter
2023-03-24 23:53:13 +01:00
Zeno Rogue
b854f68a88
aperiodic hat tiling
2023-03-23 01:37:52 +01:00
Zeno Rogue
65883a53cf
embeddings:: better explained altitudes
2023-02-19 01:00:15 +01:00
Zeno Rogue
573304faab
more detailed 3D depth settings
2023-02-18 18:32:01 +01:00
Zeno Rogue
1eaa6d4dd9
better changing embedded settings
2023-02-18 12:55:33 +01:00
Zeno Rogue
ec4ceb5347
embeddings:: fixed items size in euc_in_hyp
2023-02-15 14:57:57 +01:00
Zeno Rogue
c5e05bd199
embeddings:: fixed setting changing
2023-02-15 14:57:57 +01:00
Zeno Rogue
fb2a3a7931
embeddings:: switching should now keep as much as possible
2023-02-10 19:04:32 +01:00
Zeno Rogue
941379ba2a
embeddings:: fixed scalefactor for euc_in_noniso
2023-02-04 09:17:10 +01:00
Zeno Rogue
f09b94bfcd
fixed the initialization of hpcshape
2023-02-04 09:17:10 +01:00
Zeno Rogue
d305896c96
embedding:: fixed leaving mdGeodesic
2023-02-02 19:07:02 +01:00
Zeno Rogue
85dffdbeff
rewritten the embeddings more nicely
2023-01-27 00:27:10 +01:00
Zeno Rogue
8744420504
new embedding: Euclidean cylinder
2023-01-24 15:17:09 +01:00
Zeno Rogue
bab78c8179
fixed configure_product_cylinder
2023-01-24 14:54:19 +01:00
Zeno Rogue
742355433a
shallow water is no longer glitched when the 3D settings are illegal
2023-01-08 15:59:28 +01:00
Zeno Rogue
5c1ab36b16
auto-configure S2xR embedding for Euclidean cylinder
2023-01-08 15:59:28 +01:00
Zeno Rogue
351ef88df7
improved embedded_space diagnostic help text
2023-01-07 23:21:03 +01:00
Zeno Rogue
e4839a19b7
fixed the coordinate system naming, and added a comment on these names
2023-01-07 16:52:24 +01:00
Zeno Rogue
0e2b9d07ee
set correct parameters for euc_in_nil and euc_in_sl2
2023-01-07 12:55:12 +01:00
Zeno Rogue
dfb73bbdaa
fixed the matrix multiplication order in prepare_lta
2023-01-07 11:33:39 +01:00
Zeno Rogue
1fc48be781
fixed lta
2023-01-06 00:24:45 +01:00
Zeno Rogue
4b3bfb9932
euc_in_product
2023-01-06 00:09:12 +01:00
Zeno Rogue
28146b13f7
Rug option in 3D settings
2023-01-05 16:57:08 +01:00
Zeno Rogue
3052a9f29b
Clifford Torus now attempts something if not a torus
2023-01-05 16:41:23 +01:00
Zeno Rogue
2d5bfc7b5a
fixed reset
2023-01-05 16:37:31 +01:00
Zeno Rogue
dd01cd9af4
auto-configure Clifford Torus embedding
2023-01-05 16:12:23 +01:00
Zeno Rogue
2182f442d9
more detailed Euclidean embedding parameters
2023-01-05 14:01:23 +01:00
Zeno Rogue
32546cee4a
Clifford torus embedding (needs to be configured manually and on a straight square for now)
2023-01-04 23:30:36 +01:00
Zeno Rogue
016b0a95bc
fixed a bug in hybrid gp
2023-01-03 20:50:48 +01:00
Zeno Rogue
1f3db08ac4
fixed default eye levels
2022-12-18 00:16:49 +01:00
Zeno Rogue
14ac186fe2
Lower and Much Lower curvature settings are now respecting even if it was hyperbolic anyway
2022-12-17 20:57:08 +01:00
Zeno Rogue
b2f9038cd4
fixed default eyepos in sph_in_low
2022-12-17 17:31:05 +01:00
Zeno Rogue
78356114c1
Euclid embed scale editable
2022-12-16 01:26:11 +01:00
Zeno Rogue
5edb1dba04
fixup to tes working
2022-12-15 23:13:00 +01:00
Zeno Rogue
6473ff8b45
sph_in_low function
2022-12-15 21:03:20 +01:00
Zeno Rogue
a20ee8e716
fixed the euc_in_noniso function
2022-12-15 19:21:16 +01:00