IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
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. |
Implementation of a general affine transformation where dimensions of the original and transformed space can be different.
$A Igor Jul10; TODO: implement ICloneable!
IG::Num::AffineTransformation::AffineTransformation | ( | Matrix | transformationMatrix, |
Vector | translationVector | ||
) | [inline] |
Constructs affine transformation with the specified transformation matrix and translation vector. WARNING: NOT IMPLEMENTED YET.
transformationMatrix | Transformation matrix of the affine transformation. |
translationVector | Translation vector of the affine transformation. |