Function OpenSimplexNoise.period

Period of the base octave. A lower period results in a higher-frequency noise (more value changes across the same distance).

double period() nothrow @property @nogc;

void period (
  double v
) nothrow @property @nogc;