namespace Syntriax.Engine.Systems.Tween; public interface IEasing { float Evaluate(float value); }