Page tree

Contents

Calculates the dot product between two vectors.

Input Parameters

Vector 1

The first vector in the dot product calculation.

Vector 2

The second vector in the dot product calculation.

Output Parameters

result

The single-component (float) value produced by the dot product of the two input vectors.