dot_product(3alleg4) Allegro manual dot_product(3alleg4)NAMEdot_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);DESCRIPTIONCalculates the dot product (x1, y1, z1) . (x2, y2, z2), returning the result.SEE ALSOcross_product(3alleg4), normalize_vector(3alleg4), exstars(3alleg4) Allegro version 4.4.2 dot_product(3alleg4)
| Related Man Pages |
|---|
| exstars(3alleg4) - debian |
| fixed(3alleg4) - centos |
| exstars(3alleg4) - php |
| exstars(3alleg4) - netbsd |
| exstars(3alleg4) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |