affine


Description:

public void affine (double a, double b, double c, double d, double e, double f)

Applies the affine transformation given by six values to this.

The six values form define an affine transformation matrix as illustrated below:

( a c e ) ( b d f ) ( 0 0 1 )

Parameters:

this

The input matrix.

a

the 'a' coefficient

b

the 'b' coefficient

c

the 'c' coefficient

d

the 'd' coefficient

e

the 'e' coefficient

f

the 'f' coefficient