dot_product_f

Calculates the dot product.

Description

float dot_product_f(float x1, y1, z1, x2, y2, z2);
Calculates the dot product (x1, y1, z1) . (x2, y2, z2), returning the result.
Examples using this:

Related Projects

The following projects include source code containing this keyword: