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
Remap
Class Remap<TOut, TP1, TP2, TP3>
Type parameters
TOut
:
AnyFloat
TP1
TP2
TP3
Hierarchy
ValueProcessor
<
TOut
>
Remap
Index
Constructors
constructor
Properties
error
evaluate
Periodically
execute
feed
Into
from
Max
from
Min
log
observe
params
to
Const
to
Max
to
Min
to
Var
value
warn
Methods
get
pipe
Constructors
constructor
new
Remap
(
value
:
AnyValueProcessor
<
TOut
>
, fromMin
:
AnyValueProcessor
<
TOut
>
, fromMax
:
AnyValueProcessor
<
TOut
>
, toMin
:
AnyValueProcessor
<
TOut
>
, toMax
:
AnyValueProcessor
<
TOut
>
)
:
Remap
Parameters
value:
AnyValueProcessor
<
TOut
>
fromMin:
AnyValueProcessor
<
TOut
>
fromMax:
AnyValueProcessor
<
TOut
>
toMin:
AnyValueProcessor
<
TOut
>
toMax:
AnyValueProcessor
<
TOut
>
Returns
Remap
Properties
error
error
:
error
evaluate
Periodically
evaluate
Periodically
:
evaluatePeriodically
execute
execute
:
execute
feed
Into
feed
Into
:
feedInto
Private
from
Max
from
Max
:
AnyValueProcessor
<
TOut
>
Private
from
Min
from
Min
:
AnyValueProcessor
<
TOut
>
log
log
:
log
observe
observe
:
observe
params
params
:
PropsVariants
<
TP1
,
TP2
,
TP3
>
to
Const
to
Const
:
toConst
Private
to
Max
to
Max
:
AnyValueProcessor
<
TOut
>
Private
to
Min
to
Min
:
AnyValueProcessor
<
TOut
>
to
Var
to
Var
:
toVar
Private
value
value
:
AnyValueProcessor
<
TOut
>
warn
warn
:
warn
Methods
get
get
(
)
:
any
Returns
any
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
Mul
Pow
Remap
constructor
error
evaluate
Periodically
execute
feed
Into
from
Max
from
Min
log
observe
params
to
Const
to
Max
to
Min
to
Var
value
warn
get
pipe
Sqrt
Sub
Do
Op