inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
lerp
inmath
interpolate
lerpolates linear between two points, also known as lerp.
@
safe
pure nothrow
T
lerp
(
T
)
(
T
a
,
T
b
,
float
t
)
Meta
Source
See Implementation
inmath
interpolate
functions
catmullrom
dcatmullrom
hermite
lerp
nearest
nlerp
slerp
lerpolates linear between two points, also known as lerp.