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

Mesh Morpher documentation

Divide

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

Studio and Graph › Voxel › Math

Divide

A over B. Dividing by zero, or near enough to zero, gives you 0 rather than an infinity, because an infinity reaching the mesher takes the whole chunk with it.

Divide node

The Divide node

When to use it

A over B. Dividing by zero, or near enough to zero, gives you 0 rather than an infinity, because an infinity reaching the mesher takes the whole chunk with it.

That guard has a side effect worth knowing. A suspiciously flat patch of zero in your result might be a division that tripped the guard rather than a shape. Drop a Visualize node on the wire and read the number.

When the divisor never changes, multiplying by the reciprocal is cheaper and reads better.

Pins

Pin Type Description
A Number The first number.
B Number The second number.
Pin Type Description
Result Number The answer.