ProtoFlux:Value Cube: Difference between revisions

From Resonite Wiki
Resonite rich text and html is the same who woulda thunk? Stub.
 
Added a suggestion note.
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Type":"Dummy"}
{"Name":"N", "Type":"Dummy"}
]
]
|Outputs=
|Outputs=
[
[
{"Type":"Dummy"}
{"Name":"*", "Type":"Dummy"}
]
]
|}}
|}}


[[Category:ProtoFlux:Stubs]]
The '''Value Cube''' node takes in a value and cubes it, basically returning itself multiplied by itself 3 times.
 
{{Note|This is similar to using the [[ProtoFlux:Pow|Pow]] node, and using the value that you want to cube and setting the power to 3.|information}}
 
{{Note|If you want to square a value, use the [[ProtoFlux:Value Square|Value Square]] node instead.|suggestion}}
 
== Inputs ==
 
=== N (Pseudo-Generic) ===
 
The number we want to cube.
 
== Outputs ==
 
=== * (Pseudo-Generic) ===
 
Returns the cubed value.
 
== See Also ==
* Wikipedia's definition of [https://en.wikipedia.org/wiki/Cube_(algebra) cube].
 
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Latest revision as of 16:40, 27 June 2024

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.