Point.interpolate

void interpolate(graphene.point.Point b, double factor, out graphene.point.Point res)

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

Parameters

ba #graphene_point_t
factorthe linear interpolation factor
resreturn location for the interpolated point