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

Class IntPoint

renderers/agg/include/clipper.hpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40typedef signed long long long64;
41
42struct IntPoint {
43 long64 X;
44 long64 Y;
45 IntPoint(long64 x = 0, long64 y = 0): X(x), Y(y) {};
46};
47
48typedef std::vector< IntPoint > Polygon;
49typedef std::vector< Polygon > Polygons;

Callers 6

AddJoinMethod · 0.85
ProcessHorizontalMethod · 0.85
DoMaximaMethod · 0.85
OffsetPolygonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected