#include "blockpath.h"

Go to the source code of this file.
Data Structures | |
| struct | posstate |
Defines | |
| #define | LEN(x, y) (sqrt((x)*(x) + (y)*(y))) |
Functions | |
| void | circPos (Agraph_t *g, block_t *sn, circ_state *state) |
| #define LEN | ( | x, | |||
| y | ) | (sqrt((x)*(x) + (y)*(y))) |
| void circPos | ( | Agraph_t * | g, | |
| block_t * | sn, | |||
| circ_state * | state | |||
| ) |
Definition at line 408 of file circpos.c.
References circ_state::min_dist.
Referenced by circularLayout().
1.5.6