IGLib
1.5
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. More... | |
Implementation of a general affine transformation where dimensions of the original and transformed space can be different.
$A Igor Jul10; TODO: implement ICloneable!
|
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. |