34 virtual ~Figure2D_IPE();
79 double scale_x(
double x)
const;
80 double scale_y(
double y)
const;
81 double scale_length(
double y)
const;
82 void print_header_page();
84 std::ofstream _f, _f_temp_content;
85 const double _ipe_grid_size = 500.;
86 Vector _ratio { 1., 1. };
88 std::vector<double> _x_ticks;
89 std::vector<double> _y_ticks;
93 std::map<std::string,Color> _colors;
Interval class, for representing closed and connected subsets of .
Definition codac2_Interval.h:62
Style properties structure, to specify the style of a shape.
Definition codac2_StyleProperties.h:26