MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / init

Method init

dep/agg/src/agg_arc.cpp:37–45  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

35
36 //------------------------------------------------------------------------
37 void arc::init(double x, double y,
38 double rx, double ry,
39 double a1, double a2,
40 bool ccw)
41 {
42 m_x = x; m_y = y;
43 m_rx = rx; m_ry = ry;
44 normalize(a1, a2, ccw);
45 }
46
47 //------------------------------------------------------------------------
48 void arc::approximation_scale(double s)

Callers 2

vertexMethod · 0.45
rewindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected