mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix typo and wrong Basis class reference
Closing opened parenthesis, replacing non-existent Matrix3 class reference.
This commit is contained in:
@@ -484,8 +484,8 @@ Transform
|
||||
To add the final component to the mix, Godot provides the
|
||||
:ref:`Transform <class_Transform>` type. Transform has two members:
|
||||
|
||||
- *basis* (of type :ref:`Matrix3 <class_Matrix3>`
|
||||
- *origin* (of type :ref:`Vector3 <class_Vector3>`
|
||||
- *basis* (of type :ref:`Basis <class_Basis>`)
|
||||
- *origin* (of type :ref:`Vector3 <class_Vector3>`)
|
||||
|
||||
Any 3D transform can be represented with Transform, and the separation
|
||||
of basis and origin makes it easier to work translation and rotation
|
||||
|
||||
Reference in New Issue
Block a user