Skip to content

Math.Dot

Name Mandatory Description Default Type
⬅️ Input Takes in a float vector of any dimension (e.g., float2, float3, float4). Float2[Float2]Float3[Float3]Float4[Float4]
Output ➡️ Outputs the resulting dot product as a float value. Float2[Float2]Float3[Float3]Float4[Float4]
Operand No The operand. 0 Float2[Float2]Float3[Float3]Float4[Float4]Var(Float2)Var([Float2])Var(Float3)Var([Float3])Var(Float4)Var([Float4])

Computes the dot product of two float vectors with an equal number of elements, and outputs the resulting float value. The first float vector is passed as input and the second float vector is specified in the Operand parameter.