Houdini 20.5 Nodes Copernicus nodes

Dot Product Copernicus node

Performs dot product between two layers.

On this page

This node performs a per-pixel dot product between two layers, resulting in a mono layer. A dot product does component-wise multiplication of each channel value and stores the sum of the result.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Inputs

a

The first layer to dot product.

b

The second layer to dot product, which is extended with the channel extension rules to match the first input.

Outputs

dot

A mono layer with the result of the dot product.

See also

Copernicus nodes