Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ lineObj_project
Function
lineObj_project
mapscript/php/mapscript_i.c:943–945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
941
}
942
943
int lineObj_project(lineObj *self, projectionObj *in, projectionObj *out) {
944
return msProjectLine(in, out, self);
945
}
946
947
pointObj *lineObj_get(lineObj *self, int i) {
948
if(i<0 || i>=self->numpoints)
Callers
1
line.c
File · 0.85
Calls
1
msProjectLine
Function · 0.85
Tested by
no test coverage detected