eant_AddXForm

Go Back

Summary:
  Prepend the input xformMatrix to the input xform, creating a new xform.

Header File:
  eant.h

Library Name:
  elib

Exfr_XForm*    eant_AddXForm  (
    Efga_Polynomial*    xformMatrix,
    Exfr_XForm*    xform,
    Eerr_ErrorReport**    lclerr,
  )
lclerr
    Error handling structure pointer.
xform
    The transformation to be used to calculate bounding box.
xformMatrix
    The input transformation matrix .

Description:
  Prepend the Exfr_XForm created from the input xformMatrix to the input xform, creating a new Exfr_Xform.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Exfr_Xform structure. If an error occurs eant_AddXForm calls eerr_CreateErrorReport.