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

(Global Index)

Syntax

struct HomogenMatrix4;

Description

specifies a homogenous matrix by four homogenous lines.

Field Summary

Line1

Line2

Line3

Line4

Field Details



Line1

Syntax

com::sun::star::drawing::HomogenMatrixLine4 Line1;

Line2

Syntax

com::sun::star::drawing::HomogenMatrixLine4 Line2;

Line3

Syntax

com::sun::star::drawing::HomogenMatrixLine4 Line3;

Line4

Syntax

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