Multiplication

<< Click to Display Table of Contents >>

Navigation:  Function block library > Vector analysis > Element operations >

Multiplication

Previous pageReturn to chapter overviewNext page

vector_element_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 )