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
ScaleVector (v1)
Scale a vector by a scalar : Scaled = (V * Scale)
Input(s) : V - Vector to scale Scale - Scale factor
Output(s): Scaled - Scaled vector : Scaled=(V * Scale)
Information
| Module | DataflowCore |
| Category | Math|Vectors |
| Tags | Scalar Float Double |
| Type | FDataflowVectorScaleNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| V | Vector to scale | FDataflowVectorTypes | (Value=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000)) |
| Scale | Scale factor | FDataflowNumericTypes | (Value=1.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Scaled | Scaled vector : Scaled=(V * Scale) | FDataflowVectorTypes |