inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
slerp
inmath
interpolate
lerpolates spherical between to vectors or quaternions, also known as slerp.
@
safe
pure nothrow
T
slerp
(
T
)
(
T
a
,
T
b
,
float
t
)
if
(
isVector
!
T
||
isQuaternion
!
T
)
Meta
Source
See Implementation
inmath
interpolate
functions
catmullrom
dcatmullrom
hermite
lerp
nearest
nlerp
slerp
lerpolates spherical between to vectors or quaternions, also known as slerp.