1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Document provenance of Penner easing equations in Tween

As noted in #21600.
This commit is contained in:
Rémi Verschelde
2018-09-13 12:35:54 +02:00
parent ae8f984cf3
commit 9b31d2da1c
2 changed files with 11 additions and 0 deletions

View File

@@ -28,6 +28,12 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
/**
* Adapted from Penner Easing equations' C++ port.
* Source: https://github.com/jesusgollonet/ofpennereasing
* License: BSD-3-clause
*/
#include "tween.h"
const real_t pi = 3.1415926535898;