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

Method radius

dep/agg/src/agg_rounded_rect.cpp:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47 //--------------------------------------------------------------------
48 void rounded_rect::radius(double r)
49 {
50 m_rx1 = m_ry1 = m_rx2 = m_ry2 = m_rx3 = m_ry3 = m_rx4 = m_ry4 = r;
51 }
52
53 //--------------------------------------------------------------------
54 void rounded_rect::radius(double rx, double ry)

Callers 1

roundedRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected