SimplexNoise class

Implemented types

Constructors

SimplexNoise({int seed = 1337, double frequency = .01})

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
singleSimplex2(int seed, int x, int y) double
singleSimplex3(int seed, int x, int y, int z) double
singleSimplex4(int seed, int x, int y, int z, int w) double
toString() String
A string representation of this object.
inherited

Operators

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