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

struct AffineMatrix3D

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