Skip to main content
Module

x/fractal_noise/mod.ts>Noise4Fn

Fractal noise functions
Go to Latest
type alias Noise4Fn
import { type Noise4Fn } from "https://deno.land/x/fractal_noise@v2.0.0/mod.ts";
definition: (
x: number,
y: number,
z: number,
w: number,
) => number