create repeat 01 page |
m YoshBot moved page ProtoFlux:Repeat 01 to ProtoFlux:Repeat01: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:32, 21 August 2025
Repeat 01
Math
The Repeat 01 node constrains a number between 0
and 1
by "wrapping around" its value at every integer.
Inputs
Value (Pseudo-generic)
The number to constrain.
Outputs
* (Pseudo-generic)
The value constrained between 0
and 1
. At every integer, the value wraps back to 0
, forming a sawtooth wave if graphed.
If Value
is Infinity
, -Infinity
, or NaN
, NaN
is output.
For types with multiple values, each individual value is put through the function.
Examples
-
Three examples of the Repeat 01 node with different types