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