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

Function pointObj_distanceToLine

mapscript/php/mapscript_i.c:913–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 }
912
913double pointObj_distanceToLine(pointObj *self, pointObj *a, pointObj *b) {
914 return msDistancePointToSegment(self, a, b);
915 }
916
917double pointObj_distanceToShape(pointObj *self, shapeObj *shape) {
918 return msDistancePointToShape(self, shape);

Callers 1

point.cFile · 0.85

Calls 1

msDistancePointToSegmentFunction · 0.85

Tested by

no test coverage detected