Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.util
Class NoiseGenerator

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.util.NoiseGenerator

public class NoiseGenerator
extends java.lang.Object


Method Summary
static NoiseGenerator getInstance()
           
 float getNoise(Tuple3f loc)
           
 Vector3f getNoiseV(Tuple3f p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NoiseGenerator getInstance()

getNoise

public float getNoise(Tuple3f loc)

getNoiseV

public Vector3f getNoiseV(Tuple3f p)

Bouncy Castle Rendering Toolkit 1.0