WhiteNoise class

Implemented types

Constructors

WhiteNoise({int seed = 1337, double frequency = 1.0})

Properties

frequency double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int
final

Methods

getNoise2(double x, double y) double
override
getNoise3(double x, double y, double z) double
override
getNoise4(double x, double y, double z, double w) double
override
getNoiseInt2(int x, int y) double
override
getNoiseInt3(int x, int y, int z) double
override
getNoiseInt4(int x, int y, int z, int w) double
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited