WinForm Animation Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NWinFormAnimation
 CAnimatorThe one dimensional animator class, useful for animating raw values
 CAnimator2DThe two dimensional animator class, useful for animating values created from two underlying values
 CAnimator3DThe three dimensional animator class, useful for animating values created from three underlying values
 CFloat2DThe Float2D class contains two values and represents a point in a 2D plane
 CFloat3DThe Float3D class contains two values and represents a point in a 3D plane
 CIAnimatorThe base interface for any Animator class, custom or build-in
 CPathThe Path class is a representation of a line in a 1D plane and the speed in which the animator plays it
 CPath2DThe Path2D class is a representation of a line in a 2D plane and the speed in which the animator plays it
 CPath3DThe Path3D class is a representation of a line in a 3D plane and the speed in which the animator plays it
 CSafeInvokerThe safe invoker class is a delegate reference holder that always execute them in the correct thread based on the passed control.
 CTimerThe timer class, will execute your code in specific time frames