Searched refs:m_interpolation_step (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_vcgen_bspline.h44 void interpolation_step(double v) { m_interpolation_step = v; }
45 double interpolation_step() const { return m_interpolation_step; }
62 double m_interpolation_step; member in class:agg::vcgen_bspline
/haiku/src/libs/agg/src/
H A Dagg_vcgen_bspline.cpp26 m_interpolation_step(1.0/50.0),
178 m_cur_abscissa += m_interpolation_step;

Completed in 37 milliseconds