interpolate
Description:
public Size interpolate (
Size b,
double factor)
Linearly interpolates the two given Size using the given interpolation factor
.
Parameters:
this |
a Size
|
b |
a Size
|
factor |
the linear interpolation factor
|
res |
return location for the interpolated size
|