Point.interpolate

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

class Point
void
interpolate

Parameters

b graphene.point.Point

a #graphene_point_t

factor double

the linear interpolation factor

res graphene.point.Point

return location for the interpolated point