|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <gsl/gsl_rng.h>#include <gsl/gsl_randist.h>#include <iostream>#include <limits>#include <eepicgeom.H>#include <ctime>Go to the source code of this file.
Functions | |
| Polygon | make_random_polygon (const size_t &n, double min_x, double max_x, double min_y, double max_y) |
| int | main () |
Variables | |
| bool | tiny_keys |
| Global flag to enable tiny font size for keys/labels. | |
| int main | ( | ) |
Definition at line 100 of file test_eepicgeom.C.
References Aleph::divide_and_conquer_partition_dp(), Eepic_Plane::draw(), Aleph::Segment::intersection_with(), make_random_polygon(), Aleph::Segment::mid_perpendicular(), output1, output2, Eepic_Plane::put_cartesian_axis(), Aleph::put_in_plane(), Aleph::Point::to_string(), and Eepic_Plane::zoom().
| Polygon make_random_polygon | ( | const size_t & | n, |
| double | min_x, | ||
| double | max_x, | ||
| double | min_y, | ||
| double | max_y | ||
| ) |
Definition at line 41 of file test_eepicgeom.C.
References Aleph::Polygon::add_vertex(), Aleph::Polygon::close(), Aleph::divide_and_conquer_partition_dp(), r, Aleph::Point::to_string(), and y.
Referenced by main().
| bool tiny_keys |
Global flag to enable tiny font size for keys/labels.
When set to true, text labels will be rendered using LaTeX's \tiny font size modifier. Useful for dense diagrams with many labels.
Definition at line 34 of file test_eepicgeom.C.