Add return links

This commit is contained in:
Aaron Fenyes 2024-10-22 01:15:53 -07:00
parent b39efb5973
commit 746f5eb83d
9 changed files with 24 additions and 4 deletions

View file

@ -8,6 +8,8 @@
</head>
<body>
<a href="../">↩ Index page</a>
<h1>3D circle sampler</h1>
<p>A <a href="https://jsxgraph.org/docs/symbols/Circle3D.html"><code>Circle3D</code></a> element is created from a center, a normal vector, and a radius. The center can be given either in coordinates or as a <a href="https://jsxgraph.org/docs/symbols/Point3D.html#constructor"><code>Point3D</code></a>. The normal vector is given in coordinates.</p>