Expand description
Transform module for 2D transformations
Provides a Transform type that can be animated, supporting:
- Translation (x, y)
- Scale
- Rotation
Uses radians for rotation and supports smooth interpolation.
Structsยง
- Transform
- Represents a 2D transformation with translation, scale, and rotation