cross_product_f(3) - Linux man page
Name
cross_product, cross_product_f - Calculates the cross product. Allegro game programming library.Synopsis
#include <allegro.h>void cross_product(fixed x1, y1, z1, x2, y2, z2, *xout, *yout, *zout);
void cross_product_f(float x1, y1, z1, x2, y2, z2, *xout, *yout, *zout);