PerlinNoise class

Implemented types

Constructors

PerlinNoise({int seed = 1337, double frequency = .01, Interp interp = Interp.quintic})

Properties

frequency double
final
hashCode int
The hash code for this object.
no setterinherited
interp Interp
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
singlePerlin2(int seed, double x, double y) double
singlePerlin3(int seed, double x, double y, double z) double
toString() String
A string representation of this object.
inherited

Operators

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