Project

General

Profile

« Previous | Next » 

Revision 418aa554

Added by Leszek Koltunski almost 4 years ago

Beginnings of support for a new Object: the Dino.

View differences:

src/main/java/org/distorted/objects/RubikObject.java
645 645

  
646 646
  public int getCubit(float[] point3D)
647 647
    {
648
    float dist, minDist = Float. MAX_VALUE;
648
    float dist, minDist = Float.MAX_VALUE;
649 649
    int currentBest=-1;
650 650
    float multiplier = returnMultiplier();
651 651

  

Also available in: Unified diff