ProtoFlux:ValueCube: Difference between revisions

From Resonite Wiki
Added a suggestion note.
m YoshBot moved page ProtoFlux:Value Cube to ProtoFlux:ValueCube: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:40, 21 August 2025

n3
N
*
Operators

The Value Cube node takes in a value and cubes it, basically returning itself multiplied by itself 3 times.

This is similar to using the Pow node, and using the value that you want to cube and setting the power to 3.
If you want to square a value, use the Value Square node instead.

Inputs

N (Pseudo-Generic)

The number we want to cube.

Outputs

* (Pseudo-Generic)

Returns the cubed value.

See Also

  • Wikipedia's definition of cube.