1ALLEGRO_LINE_JOIN(3)                                      ALLEGRO_LINE_JOIN(3)
2
3
4

NAME

6       ALLEGRO_LINE_JOIN - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_primitives.h>
10
11              typedef enum ALLEGRO_LINE_JOIN
12

DESCRIPTION

14       • ALLEGRO_LINE_JOIN_NONE
15
16       • ALLEGRO_LINE_JOIN_BEVEL
17
18       • ALLEGRO_LINE_JOIN_ROUND
19
20       • ALLEGRO_LINE_JOIN_MITER
21
22       [IMAGE: ALLEGRO_LINE_JOIN styles]
23
24       See the picture for the difference.
25
26       The  maximum miter length (relative to the line width) can be specified
27       as parameter to the polygon functions.
28

SINCE

30       5.1.0
31

SEE ALSO

33       al_draw_polygon(3)
34
35
36
37Allegro reference manual                                  ALLEGRO_LINE_JOIN(3)
Impressum