casmi
Package Index
|
Class Index
casmi
casmi.callback
casmi.exception
casmi.graphics
casmi.graphics.canvas
casmi.graphics.color
casmi.graphics.element
casmi.graphics.font
casmi.graphics.material
casmi.graphics.object
casmi.image
casmi.matrix
casmi.tween
casmi.tween.equations
casmi.ui
casmi.util
Classes
FileUtil
Noise
Random
SystemUtil
Enums
OS
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Noise
extends
Object
java.lang.Object
↳
casmi.util.Noise
Summary
Public Constructors
Noise
()
Public Methods
static float
noise
(float x, float y)
static float
noise
(float x, float y, float z)
static float
noise
(float x)
static void
setSeed
(long seed)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
Noise
()
Public Methods
public static float
noise
(float x, float y)
public static float
noise
(float x, float y, float z)
public static float
noise
(float x)
public static void
setSeed
(long seed)