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

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

Data()TMatrix2< T >
Data() constTMatrix2< T >
Determinant() constTMatrix2< T >
Inverse() constTMatrix2< T >
MakeRotationMatrix(T iAngleRad)TMatrix2< T >static
MakeScaleMatrix(T iScaleX, T iScaleY)TMatrix2< T >static
MakeSkewMatrix(T iSkewX, T iSkewY)TMatrix2< T >static
operator!=(const TMatrix2 &iOther)TMatrix2< T >
operator*=(T iValue)TMatrix2< T >
operator*=(const TMatrix2 &iOther)TMatrix2< T >
operator+=(T iValue)TMatrix2< T >
operator+=(const TMatrix2 &iOther)TMatrix2< T >
operator-() constTMatrix2< T >
operator-=(T iValue)TMatrix2< T >
operator-=(const TMatrix2 &iOther)TMatrix2< T >
operator/=(T iValue)TMatrix2< T >
operator/=(const TMatrix2 &iOther)TMatrix2< T >
operator=(const TMatrix2 &iOther)TMatrix2< T >
operator==(const TMatrix2 &iOther)TMatrix2< T >
operator[](int iIndex)TMatrix2< T >
operator[](int iIndex) constTMatrix2< T >
tColumn typedefTMatrix2< T >
TMatrix2()TMatrix2< T >
TMatrix2(T iValue)TMatrix2< T >
TMatrix2(T iM00, T iM01, T iM10, T iM11)TMatrix2< T >
TMatrix2(const tColumn &iCol0, const tColumn &iCol1)TMatrix2< T >
TMatrix2(const TMatrix2 &iOther)TMatrix2< T >
TMatrix2(const TMatrix2< U > &iOther)TMatrix2< T >
Transpose() constTMatrix2< T >
tRow typedefTMatrix2< T >