Project

General

Profile

« Previous | Next » 

Revision 522eebc8

Added by Leszek Koltunski over 7 years ago

Add Static5D and Dynamic5D.

View differences:

src/main/java/org/distorted/library/type/Dynamic2D.java
50 50
    float[] nx;
51 51
    float[] ny;
52 52
   
53
    public VectorNoise()
53
    VectorNoise()
54 54
      {
55 55
      nx = new float[NUM_NOISE]; 
56 56
      nx[0] = mRnd.nextFloat();

Also available in: Unified diff