diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-12-10 10:11:12 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-12-10 10:11:12 -0500 |
commit | 778dbf9dbe1eaddefa3014d34165dcb2fb0b8dc5 (patch) | |
tree | 5acb52a39ff45287c10511a85a8b4284afc906fd /mathematical.html | |
parent | 0a76f3de3c2228e06b791d99be400b96cdde7f92 (diff) |
Added hypersphere
Diffstat (limited to 'mathematical.html')
-rw-r--r-- | mathematical.html | 10 |
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> |