Implermented Interpolation for CVector

This commit is contained in:
Michel Fedde 2021-03-28 17:33:52 +02:00
parent b45a10b676
commit a4cab567b3
10 changed files with 463 additions and 79 deletions

View file

@ -19,6 +19,7 @@ namespace SM2D.Scene
Transform.Size = new CVector2(1);
}
/// <inheritdoc />
public override void Draw(DrawContext context)
{
this.Sort(Comparitor);