dosimplex.osimplex2d

Holds the (mor or less) independet OpenSimplexNoise implementation - original source and implementation: https://gist.github.com/KdotJPG/b1270127455a94ac5d19 and http://uniblock.tumblr.com/

Members

Functions

osNoise2D
double osNoise2D(double x, double y, const ref short[256] perm)

2D OpenSimplexNoise implementation.

Meta