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

Class DoublePoint

renderers/agg/src/clipper.cpp:2284–2289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2282//------------------------------------------------------------------------------
2283
2284struct DoublePoint
2285{
2286 double X;
2287 double Y;
2288 DoublePoint(double x = 0, double y = 0) : X(x), Y(y) {}
2289};
2290
2291Polygon BuildArc(const IntPoint &pt,
2292 const double a1, const double a2, const double r)

Callers 1

GetUnitNormalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected