| 1222 | /************************************************************************/ |
| 1223 | |
| 1224 | void msAxisDenormalizePoints( projectionObj *proj, int count, |
| 1225 | double *x, double *y ) |
| 1226 | |
| 1227 | { |
| 1228 | /* For how this is essentially identical to normalizing */ |
| 1229 | msAxisNormalizePoints( proj, count, x, y ); |
| 1230 | } |
nothing calls this directly
no test coverage detected