Size.interpolate
void interpolate(graphene.size.Size b, double factor, out graphene.size.Size res)Linearly interpolates the two given #graphene_size_t using the given interpolation factor.
Parameters
b | a #graphene_size_t |
factor | the linear interpolation factor |
res | return location for the interpolated size |