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

Method init

dep/agg/include/agg_ellipse.h:89–101  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

87
88 //------------------------------------------------------------------------
89 inline void ellipse::init(
90 double x, double y, double rx, double ry, unsigned num_steps, bool cw)
91 {
92 m_x = x;
93 m_y = y;
94 m_rx = rx;
95 m_ry = ry;
96 m_num = num_steps;
97 m_step = 0;
98 m_cw = cw;
99 if (m_num == 0)
100 calc_num_steps();
101 }
102
103 //------------------------------------------------------------------------
104 inline void ellipse::approximation_scale(double scale)

Callers 3

vertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected