Merge pull request #454 from Noshyaar/pr-

Fix Title underline too short errors
This commit is contained in:
Rémi Verschelde
2017-09-01 15:00:03 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -357,7 +357,7 @@ Alternatively contains an ``end`` field which is ``position+size``.
be accessed as an array.
:ref:`Transform2D <class_Transform2D>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3x2 matrix used for 2D transforms.
@@ -374,14 +374,14 @@ Quaternion is a datatype used for representing a 3D rotation. It's
useful for interpolating rotations.
:ref:`Rect3 <class_Rect3>`
^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^
Axis Aligned bounding box (or 3D box) contains 2 vectors fields: ``position``
and ``size``. Alternatively contains an ``end`` field which is
``position+size``.
:ref:`Basis <class_Basis>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^
3x3 matrix used for 3D rotation and scale. It contains 3 vector fields
(``x``, ``y`` and ``z``) and can also be accessed as an array of 3D
+1 -1
View File
@@ -43,7 +43,7 @@ Example of a file system contents:
/player/player.gd
project.godot
----------
-------------
The project.godot file is the project description file, and it is always found at
the root of the project. In fact its location defines where the root is. This