Table of Contents

Class VisualShaderNodeDotProduct

Calculates a dot product of two vectors within the visual shader graph.

Inheritance
VisualShaderNodeDotProduct

Remarks

Translates to dot(a, b) in the shader language.