Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test_eepicgeom.C File Reference
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <iostream>
#include <limits>
#include <eepicgeom.H>
#include <ctime>
Include dependency graph for test_eepicgeom.C:

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.
 

Function Documentation

◆ main()

◆ make_random_polygon()

Polygon make_random_polygon ( const size_t &  n,
double  min_x,
double  max_x,
double  min_y,
double  max_y 
)

Variable Documentation

◆ tiny_keys

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.