LibreOffice Module basegfx (master) 1
List of all members
basegfx::Impl3DHomMatrix Class Reference
Inheritance diagram for basegfx::Impl3DHomMatrix:
[legend]
Collaboration diagram for basegfx::Impl3DHomMatrix:
[legend]

Additional Inherited Members

- Public Member Functions inherited from basegfx::internal::ImplHomMatrixTemplate< RowSize >
bool isLastLineDefault () const
 
 ImplHomMatrixTemplate ()
 
 ImplHomMatrixTemplate (const ImplHomMatrixTemplate &rToBeCopied)
 
ImplHomMatrixTemplateoperator= (const ImplHomMatrixTemplate &rToBeCopied)
 
double get (sal_uInt16 nRow, sal_uInt16 nColumn) const
 
void set (sal_uInt16 nRow, sal_uInt16 nColumn, const double &rValue)
 
bool ludcmp (sal_uInt16 nIndex[], sal_Int16 &nParity)
 
void lubksb (const sal_uInt16 nIndex[], double fRow[]) const
 
bool isIdentity () const
 
bool isInvertible () const
 
void doInvert (const ImplHomMatrixTemplate &rWork, const sal_uInt16 nIndex[])
 
double doDeterminant () const
 
void doAddMatrix (const ImplHomMatrixTemplate &rMat)
 
void doSubMatrix (const ImplHomMatrixTemplate &rMat)
 
void doMulMatrix (const double &rfValue)
 
void doMulMatrix (const ImplHomMatrixTemplate &rMat)
 
bool isEqual (const ImplHomMatrixTemplate &rMat) const
 
- Static Public Member Functions inherited from basegfx::internal::ImplHomMatrixTemplate< RowSize >
static sal_uInt16 getEdgeLength ()
 

Detailed Description

Definition at line 28 of file b3dhommatrix.cxx.


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