Search
Preparing search index...
The search index is not available
Template Blocks
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Math
Mod
Class Mod<TOut, TP1, TP2, TP3>
Type parameters
TOut
:
AnyFloat
TP1
TP2
TP3
Hierarchy
ValueProcessor
<
TOut
>
Mod
Index
Constructors
constructor
Properties
error
evaluate
Periodically
execute
feed
Into
log
observe
one
params
to
Const
to
Var
two
warn
Methods
get
pipe
Constructors
constructor
new
Mod
(
one
:
AnyValueProcessor
<
TOut
>
, two
:
AnyValueProcessor
<
TOut
>
)
:
Mod
Parameters
one:
AnyValueProcessor
<
TOut
>
two:
AnyValueProcessor
<
TOut
>
Returns
Mod
Properties
error
error
:
error
evaluate
Periodically
evaluate
Periodically
:
evaluatePeriodically
execute
execute
:
execute
feed
Into
feed
Into
:
feedInto
log
log
:
log
observe
observe
:
observe
Private
one
one
:
AnyValueProcessor
<
TOut
>
params
params
:
PropsVariants
<
TP1
,
TP2
,
TP3
>
to
Const
to
Const
:
toConst
to
Var
to
Var
:
toVar
Private
two
two
:
AnyValueProcessor
<
TOut
>
warn
warn
:
warn
Methods
get
get
(
)
:
TOut
Returns
TOut
pipe
pipe<PClass>
(
processor
:
object
,
...
params
:
[]
)
:
PClass
pipe<PClass, PP2>
(
processor
:
object
,
...
params
:
[
PP2
]
)
:
PClass
pipe<PClass, PP2, PP3>
(
processor
:
object
,
...
params
:
[
PP2
,
PP3
]
)
:
PClass
Type parameters
PClass
Parameters
processor:
object
Rest
...
params:
[]
Returns
PClass
Type parameters
PClass
PP2
Parameters
processor:
object
Rest
...
params:
[
PP2
]
Returns
PClass
Type parameters
PClass
PP2
PP3
Parameters
processor:
object
Rest
...
params:
[
PP2
,
PP3
]
Returns
PClass
Globals
Internals
src
Externals
Augumentations
Base
General
Generators
Interfaces
Logic
Logic
Operators
Math
Primitives
Specific
Utils
Value
Processors
float2
Add
Clamp
Div
Mod
constructor
error
evaluate
Periodically
execute
feed
Into
log
observe
one
params
to
Const
to
Var
two
warn
get
pipe
Mul
Pow
Remap
Sqrt
Sub
Do
Op