IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::AffineTransformation Class Reference

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

List of all members.

Public Member Functions

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

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:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events