summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authormdraw <mdraw.gh@gmail.com>2017-06-23 14:23:50 +0200
committerRĂ©mi Verschelde <rverschelde@gmail.com>2017-06-27 08:59:08 +0200
commit070384c9c9bcf5df5a85a4d786a29dc07ce40084 (patch)
treef363fc55dc13a9a870a03e06bd627c68ce16574d /doc/base
parent72bf46649e55d20a8173e439262b16b28c587372 (diff)
docs: Correct xform descriptions in class_basis
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index c2c8d3e8dd..af90b5cde0 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -7202,7 +7202,7 @@
<argument index="0" name="v" type="Vector3">
</argument>
<description>
- Return a vector transformed (multiplied) by the matrix and return it.
+ Return a vector transformed (multiplied) by the matrix.
</description>
</method>
<method name="xform_inv">
@@ -7211,7 +7211,7 @@
<argument index="0" name="v" type="Vector3">
</argument>
<description>
- Return a vector transformed (multiplied) by the transposed matrix and return it. Note that this is a multiplication by inverse only when the matrix represents a rotation-reflection.
+ Return a vector transformed (multiplied) by the transposed matrix. Note that this results in a multiplication by the inverse of the matrix only if it represents a rotation-reflection.
</description>
</method>
</methods>