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/Dynamic1D.java
48 48
    {
49 49
    float[] nx;
50 50
   
51
    public VectorNoise()
51
    VectorNoise()
52 52
      {
53 53
      nx = new float[NUM_NOISE]; 
54 54
      nx[0] = mRnd.nextFloat();

Also available in: Unified diff