From 070384c9c9bcf5df5a85a4d786a29dc07ce40084 Mon Sep 17 00:00:00 2001 From: mdraw Date: Fri, 23 Jun 2017 14:23:50 +0200 Subject: [PATCH] docs: Correct xform descriptions in class_basis --- doc/base/classes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index c2c8d3e8ddd..af90b5cde0a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -7202,7 +7202,7 @@ - Return a vector transformed (multiplied) by the matrix and return it. + Return a vector transformed (multiplied) by the matrix. @@ -7211,7 +7211,7 @@ - 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.