1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Grammar fix.

(cherry picked from commit 6db57b9da2)
This commit is contained in:
Kevin Sanders
2021-08-03 00:37:57 -04:00
committed by Rémi Verschelde
parent 73f40a1efc
commit 620579eaf8

View File

@@ -4,7 +4,7 @@
2D transformation (2×3 matrix).
</brief_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.
</description>
<tutorials>