TOC PREV NEXT INDEX

DVconcat_xform

Synopsis

concatenate two transformations

module DVconcat_xform {
GDxform_templ+Iparam &xform_in1;
GDxform_templ+Iparam &xform_in2;
DefaultXform+Oparam xform_out;
method+notify_val+notify_inst upd_concat_xform
= "DVconcat_xform_update";
};

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

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.

Example

Not available.

File

v/dv.v

modules/cnct_xfm.c

See also

DVset_xform

TOC PREV NEXT INDEX