16 #ifndef AGG_VPGEN_SEGMENTATOR_INCLUDED 17 #define AGG_VPGEN_SEGMENTATOR_INCLUDED 19 #include "agg_basics.h" 33 void approximation_scale(
double s) { m_approximation_scale = s; }
34 double approximation_scale()
const {
return m_approximation_scale; }
36 static bool auto_close() {
return false; }
37 static bool auto_unclose() {
return false; }
39 void reset() { m_cmd = path_cmd_stop; }
40 void move_to(
double x,
double y);
41 void line_to(
double x,
double y);
42 unsigned vertex(
double* x,
double* y);
45 double m_approximation_scale;