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

Method noise

examples/cpu/histogram.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189float PerlinNoise::noise(float u, float v)
190{
191 return perlin[(unsigned)(IMGW*u)][(unsigned)(IMGH*v)];
192}
193
194Bitmap createBitmap(unsigned w, unsigned h)
195{

Callers 1

kernelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected