Calculates a dot product of two vectors within the visual shader graph.
Translates to dot(a, b) in the shader language.
Construct a new instance of VisualShaderNodeDotProduct. Note: use memnew!VisualShaderNodeDotProduct instead.
See Implementation
Calculates a dot product of two vectors within the visual shader graph.
Translates to dot(a, b) in the shader language.