<< Click to Display Table of Contents >> Multiplication |
![]() ![]() ![]() |
Per element multiplication of vector by factor.
Inputs |
Type |
Default |
Description |
Vector |
vector2f |
(0, 0) |
|
Factor |
float |
1 |
|
Outputs |
|||
Result |
vector2f |
Vector = (x0, x1) Result = ( Factor * x0, Factor * x1 ) |