Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
triangle(3)			Allegro	manual			   triangle(3)

NAME
       triangle	- Draws	a filled triangle. Allegro game	programming library.

SYNOPSIS
       #include	<allegro.h>

       void triangle(BITMAP *bmp, int x1, y1, x2, y2, x3, y3, int color);

DESCRIPTION
       Draws a filled triangle between the three points.

SEE ALSO
       polygon(3), triangle3d(3), drawing_mode(3), makecol(3), ex3buf(3), exs-
       tars(3),	exupdate(3)

Allegro				 version 4.4.3			   triangle(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=triangle&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help