DVconcat_xform


Synopsis

concatenate two transformations


group DVconcat_xform {
GDxform_templ+Iparam &xform_in1;
GDxform_templ+Iparam &xform_in2;
GDxform_templ+Oparam xform_out;
method+notify_val+notify_inst upd_concat_xform = "concat_xform";
};

Description

DVconcat_xform concatenates the xform transformation matrix of two inputs, thus "adding" one transformation on an object to another. For example, one field may be rotated, another scaled, and the output will be rotated and scaled.

Input

&xform_in1
&xform_in2

Two xform transformation matrices. These can usually be obtained from the Grid of a field.

Output

xform_out

The new, concatenated transformation matrix.

Files

v/dv.v
modules/cnct_xfm.c

Example

Not available.

See also