Max Segal

Results 28 comments of Max Segal

![image](https://cloud.githubusercontent.com/assets/16921177/23090295/201499ea-f569-11e6-8ace-e3b46b5610e6.png) Here is a crappy drawing of 4d cube

I was just about to post a 2d projection of a 5d object If we get the 2d projections down, then we ccan do the 3d ones

![image](https://cloud.githubusercontent.com/assets/16921177/23090350/7bc32dc8-f56a-11e6-9cdc-b6d8ae67c328.png) 5d projection My brain hurts now

Ok, I'm going to figure out p5js's 3d stuff.

Here is a 3d projection of a 4d wireframe. http://codepen.io/max0410/pen/xgNWjG

I used custom shapes so I could create just a wireframe, I am trying to find a way to just use box(), and then have translucent faces.

I created an adjustable 4d hypercube: http://codepen.io/max0410/pen/zNQQQM Now I will use the `hypercube4d()` function to create a 5d hypercube!

Yea, I remember writing the constructor function (or rewriting it, I think?), I tried to implement the infinite dimensions, but it was too much of a hassle. And just recently...

Technically you can also do cross product in 7 diemensions. When I was writing in I actually though about adding 7d cross products, but the formula is quite huge.