diff options
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"> |