From f99e84d18087db4aece49608270caf7d313f8704 Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Thu, 4 Jul 2019 22:10:47 -0400 Subject: [PATCH] Document constants in Transform/Transform2D --- doc/classes/Transform.xml | 4 ++++ doc/classes/Transform2D.xml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index 80a393dcee2..9916d25af59 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -167,12 +167,16 @@ + [Transform] with no translation, rotation or scaling applied. When applied to other data structures, [constant IDENTITY] performs no transformation. + [Transform] with mirroring applied perpendicular to the YZ plane. + [Transform] with mirroring applied perpendicular to the XZ plane. + [Transform] with mirroring applied perpendicular to the XY plane. diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index c5ae88d0503..f6fce1aaa1a 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -172,10 +172,13 @@ + [Transform2D] with no translation, rotation or scaling applied. When applied to other data structures, [constant IDENTITY] performs no transformation. + [Transform2D] with mirroring applied parallel to the X axis. + [Transform2D] with mirroring applied parallel to the Y axis.