Vec4.interpolate

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

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

Parameters

v2 Vec4

a #graphene_vec4_t

factor double

the interpolation factor

res Vec4

the interpolated vector

Meta

Since

1.10