| 81 | // --------------------------------------------------------------------------- |
| 82 | |
| 83 | void ExtentAndRes::computeInvRes() { |
| 84 | invResX = 1.0 / resX; |
| 85 | invResY = 1.0 / resY; |
| 86 | } |
| 87 | |
| 88 | // --------------------------------------------------------------------------- |
| 89 |
no outgoing calls
no test coverage detected