src/perlin/private/perlin

Search:
Group by:

Perlin noise generation

Procs

proc perlin2(self: Noise; point: Point2D[float]): float {.inline, ...raises: [],
    tags: [], forbids: [].}
Returns the noise at the given offset
proc perlin3(self: Noise; point: Point3D[float]): float {.inline, ...raises: [],
    tags: [], forbids: [].}
Returns the noise at the given offset