github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
numericmethods
lerpClamped
Function lerpClamped
same as
lerp
, except the time
t
is Clamped to the closed
UnitInterval
[0.0, 1.0]
lerp
Clamped
(
x0
,
x1
,
t
)
:
number
Parameters
x0
:
number
x1
:
number
t
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
same as lerp, except the time
t
is Clamped to the closed UnitInterval[0.0, 1.0]