LibreOffice Module basegfx (master) 1
|
Additional Inherited Members | |
Public Member Functions inherited from basegfx::internal::ImplHomMatrixTemplate< RowSize > | |
bool | isLastLineDefault () const |
ImplHomMatrixTemplate () | |
ImplHomMatrixTemplate (const ImplHomMatrixTemplate &rToBeCopied) | |
ImplHomMatrixTemplate & | operator= (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 () |
Definition at line 28 of file b3dhommatrix.cxx.