Interfaces and data types to deal with basic geometric entities.
Definition AffineMatrix2D.idl:20
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
This structure defines a 2 by 3 affine matrix.
Definition AffineMatrix2D.idl:61
double m11
The bottom, middle matrix entry.
Definition AffineMatrix2D.idl:75
double m01
The top, middle matrix entry.
Definition AffineMatrix2D.idl:66
double m00
The top, left matrix entry.
Definition AffineMatrix2D.idl:63
double m12
The bottom, right matrix entry.
Definition AffineMatrix2D.idl:78
double m02
The top, right matrix entry.
Definition AffineMatrix2D.idl:69
double m10
The bottom, left matrix entry.
Definition AffineMatrix2D.idl:72