LibreOffice Module cppcanvas (master) 1
Public Member Functions | Public Attributes | Friends | List of all members
cppcanvas::internal::XForm Struct Reference

#include <implrenderer.hxx>

Public Member Functions

 XForm ()
 
void SetIdentity ()
 

Public Attributes

float eM11
 
float eM12
 
float eM21
 
float eM22
 
float eDx
 
float eDy
 

Friends

SvStreamReadXForm (SvStream &rIn, XForm &rXForm)
 

Detailed Description

Definition at line 84 of file implrenderer.hxx.

Constructor & Destructor Documentation

◆ XForm()

cppcanvas::internal::XForm::XForm ( )
inline

Definition at line 92 of file implrenderer.hxx.

References SetIdentity().

Member Function Documentation

◆ SetIdentity()

void cppcanvas::internal::XForm::SetIdentity ( )
inline

Definition at line 97 of file implrenderer.hxx.

References eDx, eDy, eM11, eM12, eM21, and eM22.

Referenced by XForm().

Friends And Related Function Documentation

◆ ReadXForm

SvStream & ReadXForm ( SvStream rIn,
XForm rXForm 
)
friend

Definition at line 103 of file implrenderer.hxx.

Member Data Documentation

◆ eDx

float cppcanvas::internal::XForm::eDx

Definition at line 90 of file implrenderer.hxx.

Referenced by SetIdentity().

◆ eDy

float cppcanvas::internal::XForm::eDy

Definition at line 91 of file implrenderer.hxx.

Referenced by SetIdentity().

◆ eM11

float cppcanvas::internal::XForm::eM11

Definition at line 86 of file implrenderer.hxx.

Referenced by SetIdentity().

◆ eM12

float cppcanvas::internal::XForm::eM12

Definition at line 87 of file implrenderer.hxx.

Referenced by SetIdentity().

◆ eM21

float cppcanvas::internal::XForm::eM21

Definition at line 88 of file implrenderer.hxx.

Referenced by SetIdentity().

◆ eM22

float cppcanvas::internal::XForm::eM22

Definition at line 89 of file implrenderer.hxx.

Referenced by SetIdentity().


The documentation for this struct was generated from the following file: