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

Method y

dep/agg/include/agg_dda_line.h:70–73  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69 //--------------------------------------------------------------------
70 int y() const
71 {
72 return m_y + (m_dy >> (FractionShift - YShift));
73 }
74 int dy() const
75 {
76 return m_dy;

Callers 4

x2Method · 0.45
y2Method · 0.45
x2_hrMethod · 0.45
y2_hrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected