Vec3.interpolate

Linearly interpolates @v1 and @v2 using the given @factor.

class Vec3
void
interpolate
(,
double factor
,
out Vec3 res
)

Parameters

v2 Vec3

a #graphene_vec3_t

factor double

the interpolation factor

res Vec3

the interpolated vector

Meta

Since

1.10