-
Notifications
You must be signed in to change notification settings - Fork 0
/
anatomy.php
66 lines (48 loc) · 1.86 KB
/
anatomy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php include 'header.php'; ?>
<div id="anatomy-cube" class="cube-demo center big">
<script>
showCube( "", "The Clover Cube" );
</script>
<a style="display: block; text-align: center" href="javascript:void(0)" onclick="lattices['anatomy-cube'].showAllColors()">Reset Colors</a>
</div>
<div style="clear: both" />
<ul>
<li><strong><a href="javascript:void(0)" onmouseover="lattices['anatomy-cube'].showOnlyCenters();">Centers</a></strong><ul>
<li>There are twelve centers.</li>
<li>Each center has two colors.</li>
<li>Each color has four centers.</li>
<li>No two centers have the same colors.</li>
<li>Centers can't move relative to each other. They have a fixed position.</li>
<li>However, centers can rotate.</li>
</ul>
</li>
<li>
<strong><a href="javascript:void(0)" onmouseover="lattices['anatomy-cube'].showOnlyFaces();">Faces</a></strong>
<ul>
<li>There twenty-four faces.</li>
<li>Each face has only one color.</li>
<li>Each color has four faces.</li>
<li>That means ther are four faces in each color that look identical.</li>
<li>Every face is shared by two centers.</li>
</ul>
</li>
<li>
<strong><a href="javascript:void(0)" onmouseover="lattices['anatomy-cube'].showOnlyCorners();">Corners</a></strong>
<ul>
<li>There are eight corners.</li>
<li>Each corner has three colors.</li>
<li>Each color has four corners.</li>
<li>No corners have the same three colors.</li>
<li>Every corner is shared by three centers.</li>
</ul>
</li>
<li>
<strong>Rotations</strong>
<ul>
<li>Every rotation happens around a center.</li>
<li>Each rotation has three orientations.</li>
<li>When a center rotates, it always brings two corners and four faces with it.</li>
<li>Sometimes, you can't rotate a certain center. You'll have to align the nearby centers to allow for the rotation.</li>
</ul>
</li>
</ul>