VDot:
Filter:
Scintillator/Classes (extension) | Quarks > Scintillator > VGens > Mathematics > Vector Math

VDot
ExtensionExtension

VGen to compute vector dot product

Description

Computes the dot product of two vectors u and v.

Supported Rates: frame, shape, pixel

Class Methods

.fr

.sr

.pr

Make a VDot VGen at requested rate.

Arguments:

u

First vector input to cross product.

v

Second vector input to cross product.

Returns:

The dot product of u and v

Dimensions

inputoutput
1, 11
2, 21
3, 31
4, 41

Examples