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

Mesh Morpher documentation

Vec2 Length

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

Studio and Graph › Voxel › Math

Vec2 Length

Magnitude of a 2D vector.

Vec2 Length node

The Vec2 Length node

When to use it

Magnitude of a 2D vector.

Planar distances: how far from an axis, ignoring height. That is exactly what turns a position into a cylinder, and it is cheaper than taking a 3D length and then having to ignore a component of it.

Pins

Pin Type Description
X Number X component of the input vector.
Y Number Y component of the input vector.
Pin Type Description
Length Number How long the vector is.