MCPcopy Create free account
hub / github.com/OSGeo/PROJ / computeInvRes

Method computeInvRes

src/grids.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81// ---------------------------------------------------------------------------
82
83void ExtentAndRes::computeInvRes() {
84 invResX = 1.0 / resX;
85 invResY = 1.0 / resY;
86}
87
88// ---------------------------------------------------------------------------
89

Callers 3

globalExtentFunction · 0.80
openMethod · 0.80
nextGridMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected