Module godot.core.transform2d

2D Transformation. 3x2 matrix.

Structs

NameDescription
Transform2D Represents one or many transformations in 2D space such as translation, rotation, or scaling. It is similar to a 3x2 matrix.