PxrDot

PxrDot

Calculates the dot product between two vectors.

Input Parameters

Vector 1

The first vector in the dot product calculation.

RIB: vector vector1
Default: 0.0 0.0 0.0

Vector 2

The second vector in the dot product calculation.

RIB: vector vector2
Default: 0.0 0.0 0.0

Output Parameters

result

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