Point.interpolate

Linearly interpolates the coordinates of @a and @b using the given @factor.

class Point
void
interpolate
(,
double factor
,)

Parameters

b Point

a #graphene_point_t

factor double

the linear interpolation factor

res Point

return location for the interpolated point

Meta