IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Num.AffineTransformation Class Reference

Implementation of a general affine transformation where dimensions of the original and transformed space can be different. More...

Public Member Functions

 AffineTransformation (Matrix transformationMatrix, Vector translationVector)
 Constructs affine transformation with the specified transformation matrix and translation vector. WARNING: NOT IMPLEMENTED YET. More...
 

Detailed Description

Implementation of a general affine transformation where dimensions of the original and transformed space can be different.

$A Igor Jul10; TODO: implement ICloneable!

Constructor & Destructor Documentation

IG.Num.AffineTransformation.AffineTransformation ( Matrix  transformationMatrix,
Vector  translationVector 
)
inline

Constructs affine transformation with the specified transformation matrix and translation vector. WARNING: NOT IMPLEMENTED YET.

Parameters
transformationMatrixTransformation matrix of the affine transformation.
translationVectorTranslation vector of the affine transformation.

The documentation for this class was generated from the following file: