struct HomogenMatrix in module com::sun::star::drawing::

(Global Index)

Syntax

struct HomogenMatrix;

Description

specifies a homogenous matrix by three homogenous lines

Field Summary

Line1

Line2

Line3

Line4

Field Details



Line1

Syntax

com::sun::star::drawing::HomogenMatrixLine Line1;

Line2

Syntax

com::sun::star::drawing::HomogenMatrixLine Line2;

Line3

Syntax

com::sun::star::drawing::HomogenMatrixLine Line3;

Line4

Syntax

com::sun::star::drawing::HomogenMatrixLine Line4;
Top of Page