Class NoiseAbstract

Baseclass for Noise2, Noise3 and Noise4

Authors

Jirka Dell'Oro-Friedl, HFU, 2021 This is an adaption of https://www.npmjs.com/package/fast-simplex-noise

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

sample: ((..._args) => number)

Returns a random value between -1 and 1 based on the given position

Type declaration

    • (..._args): number
    • Parameters

      • Rest ..._args: number[]

      Returns number