OpenSimplex2F.noise2_XBeforeY

2D Simplex 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 OpenSimplex2F
double
noise2_XBeforeY
(
double x
,
double y
)

Meta