github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
numericmethods
lerpv
Function lerpv
get the
lerp
vector between two vector points
v0
and
v1
, at time
t
.
lerpv
<
Vec
>
(
v0
,
v1
,
t
)
:
Vec
Type Parameters
Vec
extends
number
[]
=
number
[]
Parameters
v0
:
Vec
v1
:
Vec
t
:
number
Returns
Vec
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
get the lerp vector between two vector points
v0
andv1
, at timet
.