LibreOffice Module basegfx (master) 1
|
This is the complete list of members for basegfx::B3DHomMatrix, including all inherited members.
B3DHomMatrix() | basegfx::B3DHomMatrix | |
B3DHomMatrix(const B3DHomMatrix &rMat) | basegfx::B3DHomMatrix | |
B3DHomMatrix(B3DHomMatrix &&rMat) | basegfx::B3DHomMatrix | |
decompose(B3DTuple &rScale, B3DTuple &rTranslate, B3DTuple &rRotate, B3DTuple &rShear) const | basegfx::B3DHomMatrix | |
determinant() const | basegfx::B3DHomMatrix | |
frustum(double fLeft=-1.0, double fRight=1.0, double fBottom=-1.0, double fTop=1.0, double fNear=0.001, double fFar=1.0) | basegfx::B3DHomMatrix | |
get(sal_uInt16 nRow, sal_uInt16 nColumn) const | basegfx::B3DHomMatrix | |
identity() | basegfx::B3DHomMatrix | |
ImplType typedef | basegfx::B3DHomMatrix | |
invert() | basegfx::B3DHomMatrix | |
isIdentity() const | basegfx::B3DHomMatrix | |
isLastLineDefault() const | basegfx::B3DHomMatrix | |
mpImpl | basegfx::B3DHomMatrix | private |
operator!=(const B3DHomMatrix &rMat) const | basegfx::B3DHomMatrix | |
operator*=(double fValue) | basegfx::B3DHomMatrix | |
operator*=(const B3DHomMatrix &rMat) | basegfx::B3DHomMatrix | |
operator+=(const B3DHomMatrix &rMat) | basegfx::B3DHomMatrix | |
operator-=(const B3DHomMatrix &rMat) | basegfx::B3DHomMatrix | |
operator/=(double fValue) | basegfx::B3DHomMatrix | |
operator=(const B3DHomMatrix &rMat) | basegfx::B3DHomMatrix | |
operator=(B3DHomMatrix &&rMat) | basegfx::B3DHomMatrix | |
operator==(const B3DHomMatrix &rMat) const | basegfx::B3DHomMatrix | |
orientation(const B3DPoint &rVRP=B3DPoint(0.0, 0.0, 1.0), B3DVector aVPN=B3DVector(0.0, 0.0, 1.0), B3DVector aVUV=B3DVector(0.0, 1.0, 0.0)) | basegfx::B3DHomMatrix | |
ortho(double fLeft=-1.0, double fRight=1.0, double fBottom=-1.0, double fTop=1.0, double fNear=0.0, double fFar=1.0) | basegfx::B3DHomMatrix | |
rotate(double fAngleX, double fAngleY, double fAngleZ) | basegfx::B3DHomMatrix | |
rotate(const B3DTuple &rRotation) | basegfx::B3DHomMatrix | |
scale(double fX, double fY, double fZ) | basegfx::B3DHomMatrix | |
scale(const B3DTuple &rScale) | basegfx::B3DHomMatrix | |
set(sal_uInt16 nRow, sal_uInt16 nColumn, double fValue) | basegfx::B3DHomMatrix | |
shearXY(double fSx, double fSy) | basegfx::B3DHomMatrix | |
shearXZ(double fSx, double fSz) | basegfx::B3DHomMatrix | |
translate(double fX, double fY, double fZ) | basegfx::B3DHomMatrix | |
translate(const B3DTuple &rTranslation) | basegfx::B3DHomMatrix | |
~B3DHomMatrix() | basegfx::B3DHomMatrix |