MCPcopy Create free account
hub / github.com/MapServer/MapServer / msAxisDenormalizePoints

Function msAxisDenormalizePoints

mapproject.c:1224–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222/************************************************************************/
1223
1224void 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}

Callers

nothing calls this directly

Calls 1

msAxisNormalizePointsFunction · 0.85

Tested by

no test coverage detected