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

(Global Index)

Syntax

struct HomogenMatrix3;

Description

specifies a homogenous matrix by three homogenous lines

Field Summary

Line1

Line2

Line3

Field Details



Line1

Syntax

com::sun::star::drawing::HomogenMatrixLine3 Line1;

Line2

Syntax

com::sun::star::drawing::HomogenMatrixLine3 Line2;

Line3

Syntax

com::sun::star::drawing::HomogenMatrixLine3 Line3;
Top of Page