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