Add

The addition operation (+) calculates the sum of two scalar numbers or vectors.

Interface

Inputs

ParameterDetailsPossible Types
Augend

The left-hand side of the addition operation.

Primary Input

f32
f64
u32
vec2
Addend

The right-hand side of the addition operation.

Default: 0

f32
f64
u32
vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
vec2