Uses of Interface
org.novyon.noise.Basis

Packages that use Basis
org.novyon.noise   
org.novyon.noise.basis   
org.novyon.noise.filter   
org.novyon.noise.fractal   
 

Uses of Basis in org.novyon.noise
 

Methods in org.novyon.noise that return Basis
 Basis Basis.addModulator(Modulator modulator)
           
 Basis Basis.setScale(float scale)
           
 

Uses of Basis in org.novyon.noise.basis
 

Classes in org.novyon.noise.basis that implement Basis
 class FilteredBasis
           
 class ImprovedNoise
          Perlin's default implementation of Improved Perlin Noise designed to work with Noise base
 class Noise
          Utility base class for Noise implementations
 class NoiseAggregator
          A simple aggregator basis.
 

Methods in org.novyon.noise.basis that return Basis
 Basis FilteredBasis.addModulator(Modulator modulator)
           
 Basis Noise.addModulator(Modulator modulator)
           
 Basis FilteredBasis.getBasis()
           
 Basis FilteredBasis.setScale(float scale)
           
 Basis Noise.setScale(float scale)
           
 

Methods in org.novyon.noise.basis with parameters of type Basis
 void FilteredBasis.setBasis(Basis basis)
           
 

Constructors in org.novyon.noise.basis with parameters of type Basis
FilteredBasis(Basis basis)
           
NoiseAggregator(Basis a, Basis b, float rate)
           
 

Uses of Basis in org.novyon.noise.filter
 

Methods in org.novyon.noise.filter with parameters of type Basis
 void HydraulicErodeFilter.setSedimentMap(Basis sedimentMap)
           
 void HydraulicErodeFilter.setWaterMap(Basis waterMap)
           
 

Uses of Basis in org.novyon.noise.fractal
 

Subinterfaces of Basis in org.novyon.noise.fractal
 interface Fractal
          Interface for a general fractal basis.
 

Classes in org.novyon.noise.fractal that implement Basis
 class FractalSum
          FractalSum is the simplest form of fractal functions summing up a few octaves of the noise value with an ever decreasing (0 < roughness < 1) amplitude lacunarity = 2.0f is the classical octave distance Note: though noise basis functions are generally designed to return value between -1..1, there sum can easily be made to extend out of this range.
 

Methods in org.novyon.noise.fractal with parameters of type Basis
 Fractal Fractal.addBasis(Basis basis)
           
 Fractal FractalSum.addBasis(Basis basis)
           
 



Copyright © 2011. All Rights Reserved.