
Part of the libclaw library.
tween is a c++ library providing an implementation for tweening.
this library allows one to interpolate the intermediate values between two given values during a time interval. this practice is well used in animation and is widely popular in the context of actionscript/flash games and websites. the goal of this library is to provide similar functionalities to c++ programs.