From 35678be21369b58d975e119cca56e528d859030b Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Fri, 6 Oct 2023 12:21:48 -0700 Subject: [PATCH] feat: Start implementing Rostamian's pages Began with incenter.html, the first one alphabetically. Needed one new point construction method, and a new option to see what was going on. Got the planar diagrams on that page working. The next step on #36 will be to get 3D diagrams as the theorem on this page generalizes to 3D. That will be a bigger task, so merging this now. --- etc/options.html | 7 +- public/index.html | 1 + public/rostamian/incenter.html | 393 +++++++++++++++++ public/rostamian/inequality.html | 156 +++++++ .../inscribed-equilateral-solution.html | 131 ++++++ public/rostamian/inscribed-equilateral.html | 135 ++++++ public/rostamian/steve_gray.html | 142 ++++++ public/rostamian/trisect-alberts.html | 403 ++++++++++++++++++ public/rostamian/trisect-baker.html | 268 ++++++++++++ public/rostamian/trisect-cdsmith.html | 154 +++++++ public/rostamian/trisect-dudley.html | 169 ++++++++ public/rostamian/trisect-dudley2.html | 155 +++++++ public/rostamian/trisect-durham.html | 267 ++++++++++++ public/rostamian/trisect-jamison-ext.html | 185 ++++++++ public/rostamian/trisect-jamison.html | 219 ++++++++++ public/rostamian/trisect-pllana.html | 173 ++++++++ public/rostamian/trisect-raiford.html | 152 +++++++ public/rostamian/trisect-stark.html | 399 +++++++++++++++++ src/adapptlet.civet | 68 +-- src/adapptypes.civet | 2 +- src/options.civet | 7 +- 21 files changed, 3549 insertions(+), 37 deletions(-) create mode 100644 public/rostamian/incenter.html create mode 100644 public/rostamian/inequality.html create mode 100644 public/rostamian/inscribed-equilateral-solution.html create mode 100644 public/rostamian/inscribed-equilateral.html create mode 100644 public/rostamian/steve_gray.html create mode 100644 public/rostamian/trisect-alberts.html create mode 100644 public/rostamian/trisect-baker.html create mode 100644 public/rostamian/trisect-cdsmith.html create mode 100644 public/rostamian/trisect-dudley.html create mode 100644 public/rostamian/trisect-dudley2.html create mode 100644 public/rostamian/trisect-durham.html create mode 100644 public/rostamian/trisect-jamison-ext.html create mode 100644 public/rostamian/trisect-jamison.html create mode 100644 public/rostamian/trisect-pllana.html create mode 100644 public/rostamian/trisect-raiford.html create mode 100644 public/rostamian/trisect-stark.html diff --git a/etc/options.html b/etc/options.html index 2d982bb..45e7440 100644 --- a/etc/options.html +++ b/etc/options.html @@ -7,12 +7,17 @@

Debugging

- Trace the following to the JavaScript console:

Java Geometry Applets

+ Trace the following to the JavaScript console:
+
+
+ Alter execution of the translated applet:
+ + diff --git a/public/index.html b/public/index.html index 2767047..cb5c34d 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,7 @@
  • Revived
  • After
  • Book I Def 2
  • +
  • Dr. Rostamian's unconverted pages
  • WRL Files