Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1103
shapeObj *shapeObj_convexHull(shapeObj *self)
1104
{
1105
return msGEOSConvexHull(self);
1106
}
1107
1108
shapeObj *shapeObj_boundary(shapeObj *self)
1109
{
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSConvexHull
Function · 0.85
Tested by
no test coverage detected