MCPcopy 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
943int lineObj_project(lineObj *self, projectionObj *in, projectionObj *out) {
944 return msProjectLine(in, out, self);
945 }
946
947pointObj *lineObj_get(lineObj *self, int i) {
948 if(i<0 || i>=self->numpoints)

Callers 1

line.cFile · 0.85

Calls 1

msProjectLineFunction · 0.85

Tested by

no test coverage detected