Home
Install
Use
Develop
Support
News
Credits
hosted by
|
44 std::ostream& operator << (std::ostream&, Units);
47 std::istream& operator >> (std::istream&, Units&);
50 float get_aspect_ratio ();
53 float get_viewport_aspect_ratio ();
56 void get_scale (Units from, Units to, float& width, float& height);
59 void set_paper_size ( float width_cm, float aspect_ratio);
62 void set_dimensions ( unsigned width_pixels, unsigned height_pixels);
Generated using doxygen 1.8.17
|