simon-git: polyhedra (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Jan 8 13:53:49 GMT 2023
TL;DR:
3ba5002 Stop using the identifier 'all'.
f42cb3e Make a polyhedron model of the snub disphenoid.
159a597 Support snub cube and snub dodecahedron.
Repository: https://git.tartarus.org/simon/polyhedra.git
On the web: https://git.tartarus.org/?p=simon/polyhedra.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2023-01-08 13:53:49
commit 3ba5002b15db97a8fd86d7043e9a36bf2021344f
web diff https://git.tartarus.org/?p=simon/polyhedra.git;a=commitdiff;h=3ba5002b15db97a8fd86d7043e9a36bf2021344f;hp=685b70e501cd4e7b4c0fe2b71d6b76d7136e1136
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Jan 8 13:14:10 2023 +0000
Stop using the identifier 'all'.
It overwrites the standard meaning of all(generator expression
delivering predicates).
regular/mkregular.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit f42cb3e2fd141cdc8f962df667bc556bfe1a5b22
web diff https://git.tartarus.org/?p=simon/polyhedra.git;a=commitdiff;h=f42cb3e2fd141cdc8f962df667bc556bfe1a5b22;hp=3ba5002b15db97a8fd86d7043e9a36bf2021344f
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Jan 8 09:23:20 2023 +0000
Make a polyhedron model of the snub disphenoid.
I got annoyed this morning that Wikipedia's picture of it wasn't
rotatable so as to get a feel for how it really works. Now I have one
that is.
regular/mkregular.py | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
commit 159a59722128376e8df9646dbd2a3514ed311a6a
web diff https://git.tartarus.org/?p=simon/polyhedra.git;a=commitdiff;h=159a59722128376e8df9646dbd2a3514ed311a6a;hp=f42cb3e2fd141cdc8f962df667bc556bfe1a5b22
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Jan 8 11:01:51 2023 +0000
Support snub cube and snub dodecahedron.
Those have been my remaining TODO list of Archimedean solids for ages,
so while I'm doing snub things, let's add those too.
regular/mkregular.py | 213 +++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 207 insertions(+), 6 deletions(-)
More information about the tartarus-commits
mailing list