🚀 #sdfCAD v0.2.0 can now do rotary sweeps (kinda) with rotate_stretch().
rotate_stretch() is very much like stretch() but for rotation instead of translation. You grab a point A and rotate it around the origin to a point B, repeating the object's shape at A along the way.
Combined with an easing function, one can make the object look quite 'stretchy' (the symmetric animation on the left).
Still amazed this is all #Python 🤩
Edited 1y ago