OpenSimplex2S.noise2_XBeforeY

2D SuperSimplex noise, with Y pointing down the main diagonal. Might be better for a 2D sandbox style game, where Y is vertical. Probably slightly less optimal for heightmaps or continent maps.

class OpenSimplex2S
double
noise2_XBeforeY
(
double x
,
double y
)

Meta