Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ dot
Method
dot
Source/Utils/SimplexIslands.hpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
double dot(Grad g, double x, double y) {
72
return g.x*x + g.y*y;
73
}
74
75
// 2D simplex noise
76
double noise(double xin, double yin) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected