OpenSimplexNoise

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(short[] perm)
Undocumented in source.
this
this(long seed)
Undocumented in source.

Members

Functions

eval
T eval(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.
eval
T eval(T x, T y, T z)
Undocumented in source. Be warned that the author may not have intended to support it.
eval
T eval(T x, T y, T z, T w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DEFAULT_SEED
enum long DEFAULT_SEED;
Undocumented in source.
NORM_CONSTANT_2D
enum T NORM_CONSTANT_2D;
Undocumented in source.
NORM_CONSTANT_3D
enum T NORM_CONSTANT_3D;
Undocumented in source.
NORM_CONSTANT_4D
enum T NORM_CONSTANT_4D;
Undocumented in source.
SQUISH_CONSTANT_2D
enum T SQUISH_CONSTANT_2D;
Undocumented in source.
SQUISH_CONSTANT_3D
enum T SQUISH_CONSTANT_3D;
Undocumented in source.
SQUISH_CONSTANT_4D
enum T SQUISH_CONSTANT_4D;
Undocumented in source.
STRETCH_CONSTANT_2D
enum T STRETCH_CONSTANT_2D;
Undocumented in source.
STRETCH_CONSTANT_3D
enum T STRETCH_CONSTANT_3D;
Undocumented in source.
STRETCH_CONSTANT_4D
enum T STRETCH_CONSTANT_4D;
Undocumented in source.

Meta