@ -1,5 +1,10 @@
#pragma once
namespace EasingFunc {
float easeLin(float t) {
return t;
}
float easeInSine(float t) {
return sin(1.5707963 * t);
The note is not visible to the blocked user.