ULIS  dev4.0.7
Utility Library for Imaging Systems
TMatrix3< T > Member List

This is the complete list of members for TMatrix3< T >, including all inherited members.

ApplyHomography(const TVector2< T > &iPoint) constTMatrix3< T >
Data()TMatrix3< T >
Data() constTMatrix3< T >
Decompose(T *oTx, T *oTy, T *oRotation, T *oScaleX, T *oScaleY, T *oSkewX, T *oSkewY) constTMatrix3< T >
Determinant() constTMatrix3< T >
Inverse() constTMatrix3< T >
MakeHomography(const TVector2< T > iSrc[], const TVector2< T > iDst[])TMatrix3< T >static
MakeRotationMatrix(T iAngleRad)TMatrix3< T >static
MakeScaleMatrix(T iScaleX, T iScaleY)TMatrix3< T >static
MakeSkewMatrix(T iSkewX, T iSkewY)TMatrix3< T >static
MakeTranslationMatrix(T iX, T iY)TMatrix3< T >static
operator!=(const TMatrix3 &iOther) constTMatrix3< T >
operator*=(T iValue)TMatrix3< T >
operator*=(const TMatrix3 &iOther)TMatrix3< T >
operator+=(T iValue)TMatrix3< T >
operator+=(const TMatrix3 &iOther)TMatrix3< T >
operator-() constTMatrix3< T >
operator-=(T iValue)TMatrix3< T >
operator-=(const TMatrix3 &iOther)TMatrix3< T >
operator/=(T iValue)TMatrix3< T >
operator/=(const TMatrix3 &iOther)TMatrix3< T >
operator=(const TMatrix3 &iOther)TMatrix3< T >
operator==(const TMatrix3 &iOther) constTMatrix3< T >
operator[](int iIndex)TMatrix3< T >
operator[](int iIndex) constTMatrix3< T >
tColumn typedefTMatrix3< T >
TMatrix3()TMatrix3< T >
TMatrix3(T iValue)TMatrix3< T >
TMatrix3(T iM00, T iM01, T iM02, T iM10, T iM11, T iM12, T iM20, T iM21, T iM22)TMatrix3< T >
TMatrix3(const tColumn &iCol0, const tColumn &iCol1, const tColumn &iCol2)TMatrix3< T >
TMatrix3(const TMatrix3 &iOther)TMatrix3< T >
TMatrix3(const TMatrix3< U > &iOther)TMatrix3< T >
Transpose() constTMatrix3< T >
tRow typedefTMatrix3< T >