Nodes > Math > Geometric > Dot Product

Returns the dot product of the two input vectors.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | First vector |
| B | float | Second vector |
Outputs
| Name | Type | Description |
|---|---|---|
| dot( A, B ) | float | Dot product of A and B |
Was this page helpful?