Sync classref with 3.2 branch

This commit is contained in:
Rémi Verschelde
2020-05-20 15:15:15 +02:00
parent 9b53019897
commit 695c9531c2
78 changed files with 1070 additions and 122 deletions

View File

@@ -212,7 +212,7 @@ Rotates the transform around the given axis by the given angle (in radians), usi
- :ref:`Transform<class_Transform>` **scaled** **(** :ref:`Vector3<class_Vector3>` scale **)**
Scales the transform by the given scale factor, using matrix multiplication.
Scales basis and origin of the transform by the given scale factor, using matrix multiplication.
----