block by mgold e1b4859d5347e56b0183f27a952b3ae8

Ellipse Interpolation

Full Screen

Ellipse Interpolation

This block shows how the points on a circle can be smoothly expanded into an ellipse. Think of taking every unit vector and and multiplying it by the matrix

[ a 0 ]
[ 0 b ]

where a and b are the axis lengths of the ellipse.

Now, think of smoothly interpolating between that matrix and the identity…

Built with blockbuilder.org

index.html