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

Vec2
f32
f64
u32
Addend

The right-hand side of the addition operation.

Default: 0

Vec2
f32
f64
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
Vec2