interpolate
Description:
[
Version ( since =
"1.10" ) ]
public Vec4 interpolate (
Vec4 v2,
double factor)
Linearly interpolates this and v2
using the given factor
.
Parameters:
this |
a Vec4
|
v2 |
a Vec4
|
factor |
the interpolation factor
|
res |
the interpolated vector
|