From bd6ed3fb091d2d541f85e4152f0538088a3956db Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 15 Jun 2021 21:15:38 -0400 Subject: Allow multiplying Transforms and Basis by numbers --- doc/classes/Basis.xml | 18 ++++++++++++++++++ doc/classes/Transform2D.xml | 30 ++++++++++++++++++++++++------ doc/classes/Transform3D.xml | 18 ++++++++++++++++++ 3 files changed, 60 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml index 14fca04672..62d2bb2b54 100644 --- a/doc/classes/Basis.xml +++ b/doc/classes/Basis.xml @@ -155,6 +155,24 @@ + + + + + + + This operator multiplies all components of the [Basis], which scales it uniformly. + + + + + + + + + This operator multiplies all components of the [Basis], which scales it uniformly. + + diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index 0dbf95376a..8e9f052ed2 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -148,9 +148,17 @@ - + - + + + + + + + + + @@ -164,19 +172,29 @@ - + - + - + - + + + + This operator multiplies all components of the [Transform2D], including the origin vector, which scales it uniformly. + + + + + + + This operator multiplies all components of the [Transform2D], including the origin vector, which scales it uniformly. diff --git a/doc/classes/Transform3D.xml b/doc/classes/Transform3D.xml index 0d49255523..785d274ec6 100644 --- a/doc/classes/Transform3D.xml +++ b/doc/classes/Transform3D.xml @@ -145,6 +145,24 @@ + + + + + + + This operator multiplies all components of the [Transform3D], including the origin vector, which scales it uniformly. + + + + + + + + + This operator multiplies all components of the [Transform3D], including the origin vector, which scales it uniformly. + + -- cgit v1.2.3