boost::gil::matrix3x2

/////////////////////////////////////////////////////////////////////////////////////

Synopsis

template<typename T>
class 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

matrix3x2 [constructor]

Constructors

operator=

Copy assignment operator

operator*=

Multiplication assignment operator

Static Member Functions

Data Members

Name

a

b

c

d

e

f

Non-Member Functions

Name

Description

center_rotate

rotates an image from its center point using consecutive affine transformations.

inverse

Returns the inverse of the given affine transformation matrix

operator*

Multiplication operator

Created with MrDocs