mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
2ccc1bd6f1
commit
2d9e9a1d3f
@ -3,7 +3,7 @@
|
|||||||
namespace pkpy{
|
namespace pkpy{
|
||||||
// https://easings.net/
|
// https://easings.net/
|
||||||
|
|
||||||
static const double PI = 3.1415926545;
|
const double PI = 3.1415926545;
|
||||||
|
|
||||||
static double easeLinear( double x ) {
|
static double easeLinear( double x ) {
|
||||||
return x;
|
return x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user