archematics/public/index.html
Glen Whitney 6489fb7fac fix: correct handedness of polygon application in some cases (#50)
Resolves #49.
Also adds a special-case hack to correct a small error in Joyce's rendition of Book II, Prop 14. (That the error is truly in Joyce's spec rather than adapptlet is shown by the screenshot, which has an incorrect diagram.)

With this PR, as far as I know all diagrams in Books I and II work,

Reviewed-on: #50
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2023-11-28 07:33:58 +00:00

26 lines
940 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="jelts/book2/prop14.html">Book II Prop 14 (corrected)</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>