Project

General

Profile

« Previous | Next » 

Revision bbc6da6c

Added by Leszek Koltunski over 3 years ago

Megaminx family: part1 (doesn't work yet)

View differences:

src/main/java/org/distorted/objects/TwistyObject.java
72 72

  
73 73
  static final float SQ2 = (float)Math.sqrt(2);
74 74
  static final float SQ3 = (float)Math.sqrt(3);
75
  static final float SQ5 = (float)Math.sqrt(5);
75 76
  static final float SQ6 = (float)Math.sqrt(6);
76 77

  
77 78
  private static final float NODE_RATIO = 1.40f;

Also available in: Unified diff