This is an experiment with warping polygons using envelope deformation in c# .NET 8 Windows Forms.
I created this experiment as a proof of concept after reading through Ben Morris' EnvelopeDistortion code and realized he was taking a slightly more complicated approach than nessisary where he uses Cliper to get points from curves. I realized that this could be simplified with curve and linear interpolation. This is the simplification rewrite to use interpolation.
In theory, it should be possible to use any kind of curve that can be interpolated for the envelope sides.
