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

FreeBSD Manual Pages

  
 
  

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

NAME
     dot_product,  dot_product_f - Calculates the dot product. Allegro game pro-
     gramming library.

SYNOPSIS
     #include <allegro.h>

     fixed dot_product(fixed x1, y1, z1, x2, y2, z2);

     float dot_product_f(float x1, y1, z1, x2, y2, z2);

DESCRIPTION
     Calculates the dot product (x1, y1, z1) . (x2, y2, z2), returning	the  re-
     sult.

SEE ALSO
     cross_product(3), normalize_vector(3), exstars(3)

Allegro 			  version 4.4.3 		  dot_product(3)

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

home | help