3dSynth

Docs / Node Sculptor

Open in the interactive docs reader

Decompose Vector

Splits a Vector3 into its X, Y, Z components plus a length (magnitude). The inverse of Construct Vector.

Node

Interactive preview is available in the interactive reader.

Sockets

value (in)
Vector3. Required.
x, y, z (out)
Floats — the three axes.
length (out)
Float — √(x² + y² + z²).

Parameters

This node has no parameters.

Tips