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

Mesh Morpher documentation

Vec3 Normalize

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

Studio and Graph › Voxel › Math

Vec3 Normalize

Unit-length version of a 3D vector. Zero length safely returns (0, 0, 0).

Vec3 Normalize node

The Vec3 Normalize node

When to use it

Unit-length version of a 3D vector. Zero length safely returns (0, 0, 0).

Do this before any dot product you intend to read as an angle.

The zero guard means a degenerate direction goes quietly to nothing rather than poisoning the whole field with a value the mesher cannot use.

Pins

Pin Type Description
X Number X component of the input vector.
Y Number Y component of the input vector.
Z Number Z component of the input vector.
Pin Type Description
NX Number Normalised X component.
NY Number Normalised Y component.
NZ Number Normalised Z component.