Grammar fix.
This commit is contained in:
parent
04703c6f66
commit
6db57b9da2
|
@ -4,7 +4,7 @@
|
||||||
2D transformation (2×3 matrix).
|
2D transformation (2×3 matrix).
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can represent transformations such as translation, rotation, or scaling. It consists of a three [Vector2] values: [member x], [member y], and the [member origin].
|
2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can represent transformations such as translation, rotation, or scaling. It consists of three [Vector2] values: [member x], [member y], and the [member origin].
|
||||||
For more information, read the "Matrices and transforms" documentation article.
|
For more information, read the "Matrices and transforms" documentation article.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
|
|
Loading…
Reference in New Issue