diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index 29831abd76c..6b774b6b237 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 0e959412e67..8df9d02b719 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.