Docs

Vec2 Add

Component-wise A plus B on two 2D vectors.

Vec2 Add node

The Vec2 Add node

When to use it

Component-wise A plus B on two 2D vectors.

The Vec2 family exists for the XY-plane work heightmap terrain needs. Mixing it with the Vec3 family silently drops Z, so a pattern that should climb ends up flat.

Pins

Pin Type Description
AX Number A X component.
AY Number A Y component.
BX Number B X component.
BY Number B Y component.
Pin Type Description
X Number The result's X component.
Y Number The result's Y component.