Glen Whitney
c99b51dafa
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. Reviewed-on: #39 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
25 lines
857 B
HTML
25 lines
857 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Archematics demo</title>
|
|
</head>
|
|
<body>
|
|
<h2>Joyce Geometry Applet</h2>
|
|
<ul>
|
|
<li> <a href="inscribed-equilateral.html">Before</a> </li>
|
|
<li> <a href="inscribed-revived.html">Revived</a> </li>
|
|
<li> <a href="inscribed-modified.html">After</a> </li>
|
|
<li> <a href="jelts/book1/joyceDefI2.html">Book I Def 2</a> </li>
|
|
<li> <a href="rostamian/">Dr. Rostamian's unconverted pages</a> </li>
|
|
</ul>
|
|
<h2>WRL Files</h2>
|
|
<ul><li> <a href="wrl_2.html">Target two</a></li>
|
|
<li> <a href="wrl_modified.html">Target modified</a></li>
|
|
<li> <a href="wrl_1.html">Older target</a></li>
|
|
<li> <a href="wrl_older.html">Older modified</a></li>
|
|
<li> <a href="hartPoly.html">Hart polyhedron</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|