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
SubtractVector (v1)
Subtract two vectors component wise: V = (A - B)
Input(s) : A - A Vector operand B - B Vector operand
Output(s): V - Add result V=A-B
Information
| Module | DataflowCore |
| Category | Math|Vectors |
| Tags | - Minus Subtraction |
| Type | FDataflowVectorSubtractNode |
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 |
|---|---|---|---|
| V | Add result V=A-B | FDataflowVectorTypes |