[HOME] SB3D (Tour/Rotation)
encoding  [Prev][UpUp][Up][Next]


The Mathematics of A Rotation of Cubes

There are two important mappings involved in this image: rotations and projections. The idea of the shadow is represented mathematically by projection, of which there are two basic types. The first is orthographic projection, which corresponds to a light source that is infinitely far away. In this form of projection, an object's shadow is always the same size as the object itself, regardless of its distance from the shadow. (This form of projection is described in more detail for "Iced Cubes".)

The second form is the stereographic projection. This corresponds to having the light source at a finite distance from the surface on which the shadow falls. In this case, the shadows of objects close to the light source are larger than shadows of objects farther from the light. (Experiment with hand shadows from a lamp in a darkened room to see how this works.) Mathematically, the stereographic projection from the point (0,0,0,d) in four-space onto the xyz hyperplane (i.e., into three-space) is given by the map pd: R4 -> R3 where
pd(x,y,z,w) =
d

d - w
(x,y,z).
[Help]

for all points where w ¹ d.

In our case, the object projected is the hypercube having corners at (±1,±1,±1,±1), and our projection point has d = 4. But our cube is rotated before it is projected. A rotation can be represented by matrix multiplication, for example, to rotate four-space so that the x-axis rotates toward the w-axis through an angle of q, one can use the function:
Rq(x,y,z,w) = æ
ç
ç
ç
è
cos q 0 0 -sin q
0110
0110
sin q 00 cos q
ö
÷
÷
÷
ø
æ
ç
ç
ç
è
x
y
z
w
ö
÷
÷
÷
ø
.
[Help]


Mapping the corners of the hypercube through this rotation map, and then through the projection map gives the positions in three-space of the shadow of the hypercube.

To form the edges of the hypercube, we start by forming the edges of a standard cube in three-space, then add a fourth coordinate that is -1. Then we make a second cube and add a fourth coordinate that is 1. (These two cubes are the ones we colored yellow and orange.) Finally, we add edges between corresponding corners of these two cubes. This forms the skeleton of the hypercube seen in this image.



[HOME] Surfaces Beyond the Third Dimension
Last modified: 29 Sep 2000 23:06:36
Comments to: Thomas F. Banchoff
     (thomas_banchoff@brown.edu)
[Next] Cubes and Hypercubes Rotating
[UpUp] View of Wall 3
[Prev] Artist's comments on A Rotation of Cubes