commit a6d93a53322ef90f1a17691f9abdceb94549d93d Author: Vectornaut Date: Mon May 13 21:33:10 2024 +0000 Start construction method list diff --git a/Support-table.md b/Support-table.md new file mode 100644 index 0000000..ac16f8f --- /dev/null +++ b/Support-table.md @@ -0,0 +1,18 @@ +## References + +* [The geometry applet](https://mathcs.clarku.edu/~djoyce/java/Geometry/Geometry.html) +* [Construction methods](https://mathcs.clarku.edu/~djoyce/java/Geometry/tables.html) + +## Construction methods + +### Point + +Construction method | Data | Support | Details +---|---|---|--- +lineSlider | Line endpoints $A$, $B$; initial coordinates $(x, y, z)$ | On [`more-3d-gliders`](https://github.com/jsxgraph/jsxgraph/pull/649) | `let line = create('line3d', [A, B]);`
`create('point', [[x, y, z], line);` + +## Propositions + +Book | Proposition | Construction methods +---|---|--- +[XII](https://mathcs.clarku.edu/~djoyce/java/elements/bookXII/bookXII.html) | [15](https://mathcs.clarku.edu/~djoyce/java/elements/bookXII/propXII15.html) | lineSlider… \ No newline at end of file