Numeric helpers: trigonometry, rounding, clamping, remapping a value from one range to another,
interpolation, randomness with a seed, and the usual arithmetic. Remapping and interpolation are the
two that show up in almost every parametric model, because they turn a user-facing slider into the
range a piece of geometry actually needs.
Numeric helpers: trigonometry, rounding, clamping, remapping a value from one range to another, interpolation, randomness with a seed, and the usual arithmetic. Remapping and interpolation are the two that show up in almost every parametric model, because they turn a user-facing slider into the range a piece of geometry actually needs.