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 /all.html | |
parent | 0a76f3de3c2228e06b791d99be400b96cdde7f92 (diff) |
Added hypersphere
Diffstat (limited to 'all.html')
-rw-r--r-- | all.html | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -24,6 +24,7 @@ can be found <a href="explanation.html">here</a>. </div> </div> + <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> @@ -57,7 +58,9 @@ can be found <a href="explanation.html">here</a>. </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/NameGenerator.png" width=200 height=200><br> @@ -66,6 +69,16 @@ the frequencies of trigrams. </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/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"> |