Struct Transform2D
Represents one or many transformations in 2D space such as translation, rotation, or scaling. It is similar to a 3x2 matrix.
struct Transform2D
;
Fields
Name | Type | Description |
---|---|---|
origin
|
Vector2 | |
x_axis
|
Vector2 | |
y_axis
|
Vector2 |