Revision f33d9a19
Added by Leszek Koltunski over 4 years ago
| src/main/java/org/distorted/objects/TwistyJing.java | ||
|---|---|---|
| 40 | 40 |
|
| 41 | 41 |
public class TwistyJing extends TwistyObject |
| 42 | 42 |
{
|
| 43 |
static final float F = 0.24f; |
|
| 43 |
static final float F = 0.24f; // length of the edge of the corner cubit divided by |
|
| 44 |
// the length of the edge of the whole tetrahedron. |
|
| 45 |
// keep < 0.25. |
|
| 44 | 46 |
|
| 45 | 47 |
static final Static3D[] ROT_AXIS = new Static3D[] |
| 46 | 48 |
{
|
Also available in: Unified diff
Minor.