Project

General

Profile

« Previous | Next » 

Revision da5551f4

Added by Leszek Koltunski 5 months ago

change complexity from int to float.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCoinTetrahedron.java
754 754

  
755 755
///////////////////////////////////////////////////////////////////////////////////////////////////
756 756

  
757
  public int getComplexity()
757
  public float getComplexity()
758 758
    {
759
    return 0;
759
    return 0.4f;
760 760
    }
761 761

  
762 762
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff