Size.interpolate

Linearly interpolates the two given #graphene_size_t using the given interpolation @factor.

class Size
void
interpolate
(,
double factor
,
out Size res
)

Parameters

b Size

a #graphene_size_t

factor double

the linear interpolation factor

res Size

return location for the interpolated size

Meta