Add return links
This commit is contained in:
parent
b39efb5973
commit
746f5eb83d
9 changed files with 24 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="../">↩ Index page</a>
|
||||
|
||||
<h1>3D glider sampler</h1>
|
||||
|
||||
<!-- line glider -->
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="../">↩ Index page</a>
|
||||
|
||||
<h1>3D intersection sampler</h1>
|
||||
|
||||
<!-- plane-plane -->
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="../">↩ Index page</a>
|
||||
|
||||
<h1>3D polygon sampler</h1>
|
||||
|
||||
<!-- creating a polygon -->
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="../">↩ Index page</a>
|
||||
|
||||
<h1>Sphere sampler</h1>
|
||||
|
||||
<!-- creating spheres -->
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="../">↩ Index page</a>
|
||||
|
||||
<h1>View options demo</h1>
|
||||
|
||||
<!-- central projection; depth ordering for points -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue