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
b | a #graphene_point_t |
factor | the linear interpolation factor |
res | return location for the interpolated point |