From ed671a44c147b3d02702b7b168943fea73a7f86b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 15 Nov 2004 18:16:52 +0000
Subject: [PATCH] *** empty log message ***

---
 doc/texinfo/opt_plugin.texi | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index 4d9650d4c9..9e5c1ec3dd 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -402,11 +402,12 @@ Default value: @code{-1}
 @end table
 
 @item Plugin(Transform)
-Plugin(Transform) transforms the node coordinates
-of the elements in the view `iView' by the matrix
-[`A11' `A12' `A13']
-[`A21' `A22' `A23']
-[`A31' `A32' `A33'].
+Plugin(Transform) transforms the homogenous
+node coordinates (x,y,z,1) of the elements in
+the view `iView' by the matrix
+[`A11' `A12' `A13' `T1']
+[`A21' `A22' `A23' `T2']
+[`A31' `A32' `A33' `T3'].
 If `swapOrientation' is set, the orientation of the
 elements is reversed. If `iView' < 0, the plugin
 is run on the current view.
@@ -433,6 +434,12 @@ Default value: @code{0}
 Default value: @code{0}
 @item A33
 Default value: @code{1}
+@item T1
+Default value: @code{0}
+@item T2
+Default value: @code{0}
+@item T3
+Default value: @code{0}
 @item swapOrientation
 Default value: @code{0}
 @item iView
-- 
GitLab