Skip to content
Snippets Groups Projects
Commit ed671a44 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 714812c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment