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

Function pointObj_distanceToPoint

mapscript/php/mapscript_i.c:909–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907 }
908
909double pointObj_distanceToPoint(pointObj *self, pointObj *point) {
910 return msDistancePointToPoint(self, point);
911 }
912
913double pointObj_distanceToLine(pointObj *self, pointObj *a, pointObj *b) {
914 return msDistancePointToSegment(self, a, b);

Callers 1

point.cFile · 0.85

Calls 1

msDistancePointToPointFunction · 0.85

Tested by

no test coverage detected