logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ALLEGRO_LINE_JOIN - Allegro 5 API

Description

       • ALLEGRO_LINE_JOIN_NONE

       • ALLEGRO_LINE_JOIN_BEVEL

       • ALLEGRO_LINE_JOIN_ROUND

       • ALLEGRO_LINE_JOIN_MITER [IMAGE: ALLEGRO_LINE_JOINstyles] ALLEGRO_LINE_JOINstyles

       See the picture for the difference.

       The  maximum  miter  length  (relative  to  the  line width) can be specified as parameter to the polygon
       functions.

Name

       ALLEGRO_LINE_JOIN - Allegro 5 API

See Also

al_draw_polygon(3alleg5)

Allegro reference manual                                                              ALLEGRO_LINE_JOIN(3alleg5)

Since

       5.1.0

Synopsis

              #include <allegro5/allegro_primitives.h>

              typedef enum ALLEGRO_LINE_JOIN

See Also