Transform
Transform represents a 2D transformation with position, rotation, and scale.
Constructor
-
Transform(
pos: Any = None,
angle: SupportsFloat = 0.0,
scale: Any = None
) → Transform
Transform represents a 2D transformation with position, rotation, and scale.