feat: Get all of Rostamian's old pages working #44

Merged
glen merged 4 commits from rostamian_old into main 2023-10-18 01:07:58 +00:00

4 Commits

Author SHA1 Message Date
71a3fd4cc4 feat: Get all Rostamian's old pages working
This commit is just the last piece in the puzzle, implementing the
   perpendicular method for lines.
   Resolves #36.
2023-10-17 18:04:50 -07:00
85ad82d9e2 feat: handle the 'pivot' parameter of the Geometry Applet
Dealing with general click and drag on the applet and differentiating
  between a background drag and dragging an element seemed like too big
  a task, so this PR simply provides a slider to rotate the diagram when
  the pivot is defined.

  Implementing this required storing much more construction data, and
  also dealing head-on with GeoGebra's shall we say "strange" choice where
  the value of an expression depends on what name it is assigned to...
  The resolution of this last bit was to use different GeoGebra names for
  Geometry Applet points that start with something other than an uppercase
  Roman letter.
2023-10-13 10:17:16 -07:00
bb1713a674 feat: implement more commands needed for Alberts trisection
These include circleSlider, line cutoff, and bichord. Also
  makes the order of points in the chord command more true to
  Joyce. Represents more progress on #36. Next up is dealing with
  the pivot parameter.
2023-10-10 20:05:29 -07:00
5433719440 feat: Implement 'similar' point method for Steve Gray problem 2023-10-09 23:23:10 -07:00