A transformation matrix object is a 3x3 matrix with the following contents:
[ a b u ] [ c d v ] [ tx ty w ]Note: Property values
u
and v
are always 0.0, while w
is always 1.0. Note:The 3x3 matrix is implemented with a Matrix2D object.
@since 1.1
@author Sikirulai Braheem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|