This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
VectorDotProduct (v1)
Compute the dot product between two vectors : DotProduct = A.B
Input(s) : A - A Vector operand B - B Vector operand
Output(s): DotProduct - Resulting dot product : DotProduct=A.B
Information
| Module | DataflowCore |
| Category | Math|Vectors |
| Tags | Project |
| Type | FDataflowVectorDotProductNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | A Vector operand | FDataflowVectorTypes | (Value=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000)) |
| B | B Vector operand | FDataflowVectorTypes | (Value=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000)) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| DotProduct | Resulting dot product : DotProduct=A.B | FDataflowNumericTypes |