Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Theverat/NormalmapGenerator
/ at
Method
at
src_generators/intensitymap.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
double IntensityMap::at(int x, int y) const {
94
return this->map.at(y).at(x);
95
}
96
97
double IntensityMap::at(int pos) const {
98
const int x = pos % this->getWidth();
Callers
15
dropEvent
Method · 0.80
loadMultipleDropped
Method · 0.80
addImageToQueue
Method · 0.80
dropEvent
Method · 0.80
IntensityMap
Method · 0.80
setValue
Method · 0.80
getWidth
Method · 0.80
invert
Method · 0.80
convertToQImage
Method · 0.80
gaussBlur
Method · 0.80
boxBlur
Method · 0.80
boxBlurH
Method · 0.80
Calls
1
getWidth
Method · 0.95
Tested by
no test coverage detected