Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
float PerlinNoise::noise(float u, float v)
190
{
191
return perlin[(unsigned)(IMGW*u)][(unsigned)(IMGH*v)];
192
}
193
194
Bitmap createBitmap(unsigned w, unsigned h)
195
{
Callers
1
kernel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected