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

FreeBSD Manual Pages

  
 
  

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

NAME
       fixed - Fixed point integer to replace floats. Allegro game programming
       library.

SYNOPSIS
       #include	<allegro.h>

       typedef long fixed

DESCRIPTION
       This  is	a fixed	point integer which can	replace	float with similar re-
       sults and is faster than	float on low end machines. Read	chapter	"Fixed
       point math routines" for	the full explanation.

SEE ALSO
       , ex12bit(3), ex3buf(3),	ex3d(3), excustom(3), exfixed(3), exrotscl(3),
       exspline(3), exsprite(3), exstars(3), exupdate(3)

Allegro				 version 4.4.3			      fixed(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fixed&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help