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

Function shapeObj_convexHull

mapscript/php/mapscript_i.c:1103–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101
1102
1103shapeObj *shapeObj_convexHull(shapeObj *self)
1104{
1105 return msGEOSConvexHull(self);
1106}
1107
1108shapeObj *shapeObj_boundary(shapeObj *self)
1109{

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSConvexHullFunction · 0.85

Tested by

no test coverage detected