Kite3D
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
Kite3D
kite3d
/
io.github.yuroyami.kite3d.math
/
Vector4
/
lerpVectors
lerp
Vectors
fun
lerpVectors
(
v1
:
Vector4
,
v2
:
Vector4
,
alpha
:
Double
)
:
Vector4
Sets this vector to the linear interpolation of
v1
and
v2
by
alpha
.
Return
A reference to this vector.