debian man page for dot_product_f

Query: dot_product_f

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

dot_product(3alleg4)						  Allegro manual					      dot_product(3alleg4)

NAME
dot_product, dot_product_f - Calculates the dot product. Allegro game programming 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 result.
SEE ALSO
cross_product(3alleg4), normalize_vector(3alleg4), exstars(3alleg4) Allegro version 4.4.2 dot_product(3alleg4)
Related Man Pages
exstars(3alleg4) - debian
exstars(3alleg4) - mojave
exstars(3alleg4) - plan9
exstars(3alleg4) - v7
exstars(3alleg4) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph