summaryrefslogtreecommitdiff
path: root/mathematical.html
diff options
context:
space:
mode:
Diffstat (limited to 'mathematical.html')
-rw-r--r--mathematical.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/mathematical.html b/mathematical.html
index a31de3e..4dde0c1 100644
--- a/mathematical.html
+++ b/mathematical.html
@@ -14,6 +14,16 @@
<h2>Mathematical Demonstrations</h2>
<div class="container-fluid">
+ <div class="row">
+ <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
+ <img src="screenshots/hypersphere.png" width=250 height=250><br>
+ <div class="project-title"><a href="hypersphere.html">Hypersphere</a></div>
+ Shows a projection of a <a href="https://en.wikipedia.org/wiki/3-sphere">hypersphere</a> onto the plane. It uses a 2x4 matrix to convert 4D points into 2D points. Use the arrow keys
+ and the mouse to rotate it in 4D.
+
+ </div>
+ </div>
+
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
<img src="screenshots/modularpascal.png" width=256 height=256><br>