SimplexFractalNoise class

Implemented types

Constructors

SimplexFractalNoise({int seed = 1337, double frequency = .01, FractalType fractalType = FractalType.fbm, int octaves = 3, double gain = .5, double lacunarity = 2.0})

Properties

baseNoise SimplexNoise
final
fractalBounding double
final
fractalType FractalType
final
frequency double
final
gain double
final
hashCode int
The hash code for this object.
no setterinherited
lacunarity double
final
octaves int
final
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
getNoiseInt2(int x, int y) double
override
getNoiseInt3(int x, int y, int z) double
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
singleSimplexFractalBillow2(int x, int y) double
singleSimplexFractalBillow3(int x, int y, int z) double
singleSimplexFractalFBM2(int x, int y) double
singleSimplexFractalFBM3(int x, int y, int z) double
singleSimplexFractalRigidMulti2(int x, int y) double
singleSimplexFractalRigidMulti3(int x, int y, int z) double
toString() String
A string representation of this object.
inherited

Operators

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