Other Alias
dot_productSYNOPSIS
#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.
Other Alias
dot_product
fixed dot_product(fixed x1, y1, z1, x2, y2, z2);
float dot_product_f(float x1, y1, z1, x2, y2, z2);