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
MakeVector2 (v1)
Make a 2D Vector
Input(s) : X - X component Y - Y component
Output(s): Vector2D - 2D Vector {X, Y}
Information
| Module | DataflowCore |
| Category | Math|Vectors |
| Tags | Create Add 2D XY |
| Type | FDataflowVectorMakeVec2Node |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| X | X component | FDataflowNumericTypes | (Value=0.000000) |
| Y | Y component | FDataflowNumericTypes | (Value=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Vector2D | 2D Vector {X, Y} | FDataflowVectorTypes |