MCPcopy Create free account
hub / github.com/arrayfire/forge / PerlinNoise

Class PerlinNoise

examples/cpu/histogram.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34class PerlinNoise
35{
36 private:
37 float base[IMGW][IMGH];
38 float perlin[IMGW][IMGH];
39 public:
40 PerlinNoise();
41 float noise(float u, float v);
42};
43
44Bitmap createBitmap(unsigned w, unsigned h);
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected