Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Theverat/NormalmapGenerator
/ setValue
Method
setValue
src_generators/intensitymap.cpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void IntensityMap::setValue(int x, int y, double value) {
105
this->map.at(y).at(x) = value;
106
}
107
108
void IntensityMap::setValue(int pos, double value) {
109
const int x = pos % this->getWidth();
Callers
7
load
Method · 0.80
processQueue
Method · 0.80
writeSettings
Method · 0.80
boxBlur
Method · 0.80
boxBlurH
Method · 0.80
boxBlurT
Method · 0.80
calculate
Method · 0.80
Calls
2
getWidth
Method · 0.95
at
Method · 0.80
Tested by
no test coverage detected