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
599 B
HTML
25 lines
599 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<h3>Debugging</h3>
|
|
<h4>Java Geometry Applets</h4>
|
|
Trace the following to the JavaScript console: <br/>
|
|
<label for="commands">Commands executed</label>
|
|
<input type="checkbox" id="commands">
|
|
<label for="color">Colors assigned</label>
|
|
<input type="checkbox" id="color">
|
|
<br/>
|
|
<br/>
|
|
Alter execution of the translated applet: <br/>
|
|
<label for="showall">Show all entities, even hidden ones</label>
|
|
<input type="checkbox" id="showall">
|
|
<script src="options.js" type="module"></script>
|
|
</body>
|
|
|
|
</html>
|