logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dot_product, dot_product_f - Calculates the dot product. Allegro game programming library.

Description

       Calculates the dot product (x1, y1, z1) . (x2, y2, z2), returning the result.

Name

       dot_product, dot_product_f - Calculates the dot product. Allegro game programming library.

See Also

cross_product(3alleg4), normalize_vector(3alleg4), exstars(3alleg4)

Allegro                                           version 4.4.3                             dot_product(3alleg4)

Synopsis

#include<allegro.h>fixeddot_product(fixedx1,y1,z1,x2,y2,z2);floatdot_product_f(floatx1,y1,z1,x2,y2,z2);

See Also