gl3n ~master (2021-06-11T06:55:56Z)
Home
Dub
Repo
interp_spherical
gl3n
interpolate
Interpolates spherical between to vectors or quaternions, also known as slerp.
@
safe
pure nothrow
T
interp_spherical
(
T
)
(
T
a
,
T
b
,
float
t
)
if
(
is_vector
!
T
||
is_quaternion
!
T
)
Meta
Source
See Implementation
gl3n
interpolate
aliases
interp_linear
lerp
mix
slerp
functions
catmullrom_derivative
interp
interp_catmullrom
interp_hermite
interp_nearest
interp_spherical
nlerp
Interpolates spherical between to vectors or quaternions, also known as slerp.