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/Transform2D.xml | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'doc/classes/Transform2D.xml') 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. -- cgit v1.2.3