MCPcopy Index your code
hub / github.com/MapServer/MapServer / pointObj_distanceToShape

Function pointObj_distanceToShape

mapscript/php/mapscript_i.c:917–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915 }
916
917double pointObj_distanceToShape(pointObj *self, shapeObj *shape) {
918 return msDistancePointToShape(self, shape);
919 }
920
921/**********************************************************************
922 * class extensions for lineObj (eg. a line or group of points),

Callers 1

point.cFile · 0.85

Calls 1

msDistancePointToShapeFunction · 0.85

Tested by

no test coverage detected