:: com :: sun :: star :: geometry ::

struct AffineMatrix2D

Elements' Summary
m00 The top, left matrix entry. 
m01 The top, middle matrix entry. 
m02 The top, right matrix entry. 
m10 The bottom, left matrix entry. 
m11 The bottom, middle matrix entry. 
m12 The bottom, right matrix entry. 
Elements' Details
m00
double m00;
Description
The top, left matrix entry.
m01
double m01;
Description
The top, middle matrix entry.
m02
double m02;
Description
The top, right matrix entry.
m10
double m10;
Description
The bottom, left matrix entry.
m11
double m11;
Description
The bottom, middle matrix entry.
m12
double m12;
Description
The bottom, right matrix entry.
Top of Page