boost::gil::matrix3x2
/////////////////////////////////////////////////////////////////////////////////////
Description
Simple matrix to do 2D affine transformations. It is actually 3x3 but the last column is [0 0 1]
/////////////////////////////////////////////////////////////////////////////////////
Member Functions
Name |
Description |
|
Constructors |
Copy assignment operator |
|
Multiplication assignment operator |
Non-Member Functions
Name |
Description |
rotates an image from its center point using consecutive affine transformations. |
|
Returns the inverse of the given affine transformation matrix |
|
Multiplication operator |
Created with MrDocs