diff --git a/include/agg_ellipse.h b/include/agg_ellipse.h index b046b1c..671fd57 100644 --- a/include/agg_ellipse.h +++ b/include/agg_ellipse.h @@ -48,6 +48,7 @@ namespace agg void approximation_scale(double scale); void rewind(unsigned path_id); unsigned vertex(double* x, double* y); + unsigned num_steps() { return m_num; } private: void calc_num_steps();