Addition

<< Click to Display Table of Contents >>

Navigation:  Funktionsblockbibliothek > Vektorrechnung > Elementoperationen >

Addition

Previous pageReturn to chapter overviewNext page

vector_element_addition

 

Addition auf Elementebene.

 

Eingänge

Typ

Standard

Beschreibung

Vektor

vector2f

(0, 0)


Summand

float

0






Outputs




Resultat

vector2f


Vector = (x0, x1)

Result = ( Summand + x0, Summand + x1 )