Print view · Vec2 Add · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Vec2 Add

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/vec2-add

Studio and Graph › Voxel › Math

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.