gitextract_akg5khpk/ ├── .gitignore ├── LICENSE ├── README.md ├── WinFormAnimation/ │ ├── AnimationFunctions.cs │ ├── Animator.cs │ ├── Animator2D.cs │ ├── Animator3D.cs │ ├── AnimatorStatus.cs │ ├── FPSLimiterKnownValues.cs │ ├── FloatExtensions.cs │ ├── IAnimator.cs │ ├── KnownAnimationFunctions.cs │ ├── Path.cs │ ├── Path2D.cs │ ├── Path2DExtensions.cs │ ├── Path3D.cs │ ├── Path3DExtensions.cs │ ├── PathExtensions.cs │ ├── SafeInvoker.cs │ ├── SafeInvoker`1.cs │ ├── Timer.cs │ ├── WinFormAnimation.csproj │ ├── float2D.cs │ ├── float3D.cs │ └── readme.txt ├── WinFormAnimation.Samples/ │ ├── Demo1.Designer.cs │ ├── Demo1.cs │ ├── Demo1.resx │ ├── Demo2.Designer.cs │ ├── Demo2.cs │ ├── Demo2.resx │ ├── Demo3.Designer.cs │ ├── Demo3.cs │ ├── Demo3.resx │ ├── Demo4.Designer.cs │ ├── Demo4.cs │ ├── Demo4.resx │ ├── MainForm.Designer.cs │ ├── MainForm.cs │ ├── MainForm.resx │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── WinFormAnimation.Samples.csproj │ └── app.config ├── WinFormAnimation.sln └── WinFormAnimation.sln.DotSettings