Merge branch 'master' into develop-master
This commit is contained in:
commit
0ea1c7cce2
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ private:
|
||||||
bool single_line_placement(vertex_cache &pp, text_upright_e orientation);
|
bool single_line_placement(vertex_cache &pp, text_upright_e orientation);
|
||||||
// Moves dx pixels but makes sure not to fall of the end.
|
// Moves dx pixels but makes sure not to fall of the end.
|
||||||
void path_move_dx(vertex_cache & pp, double dx);
|
void path_move_dx(vertex_cache & pp, double dx);
|
||||||
// Normalize angle in range [-pi, +pi].
|
|
||||||
static double normalize_angle(double angle);
|
|
||||||
// Adjusts user defined spacing to place an integer number of labels.
|
// Adjusts user defined spacing to place an integer number of labels.
|
||||||
double get_spacing(double path_length, double layout_width) const;
|
double get_spacing(double path_length, double layout_width) const;
|
||||||
// Checks for collision.
|
// Checks for collision.
|
||||||
|
|
Loading…
Reference in a new issue