v0.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Pages
CGUL::MatrixT< Type > Member List

This is the complete list of members for CGUL::MatrixT< Type >, including all inherited members.

dataCGUL::MatrixT< Type >
GetData() const CGUL::MatrixT< Type >inline
GetDeterminant() const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
GetInverse() const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
GetTranspose() const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
Inverse(const MatrixT &matrix)CGUL::MatrixT< Type >inlinestatic
Invert() (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
IsAntisymmetric() const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
IsReflexive() const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
IsSymmetric() const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
Lerp(const MatrixT &from, const MatrixT &to, Type t)CGUL::MatrixT< Type >static
mCGUL::MatrixT< Type >
MakeIdentity()CGUL::MatrixT< Type >inlinestatic
MakeLookAt(const Vector3T< Type > &eye, const Vector3T< Type > &at, const Vector3T< Type > &up)CGUL::MatrixT< Type >inlinestatic
MakeOrtho(Type left, Type right, Type bottom, Type top, Type zNear, Type nFar)CGUL::MatrixT< Type >inlinestatic
MakeOrtho2D(Type left, Type right, Type bottom, Type top)CGUL::MatrixT< Type >inlinestatic
MakePerspective(Type fovY, Type aspectRatio, Type zNear, Type zFar)CGUL::MatrixT< Type >inlinestatic
MakeRotation(Type angle)CGUL::MatrixT< Type >inlinestatic
MakeRotation(const QuaternionT< Type > &quaternion)CGUL::MatrixT< Type >inlinestatic
MakeRotationX(Type angle)CGUL::MatrixT< Type >inlinestatic
MakeRotationY(Type angle)CGUL::MatrixT< Type >inlinestatic
MakeRotationZ(Type angle)CGUL::MatrixT< Type >inlinestatic
MakeScaling(const Vector2T< Type > &scale)CGUL::MatrixT< Type >inlinestatic
MakeScaling(const Vector3T< Type > &scale)CGUL::MatrixT< Type >inlinestatic
MakeTranslation(const Vector2T< Type > &translation)CGUL::MatrixT< Type >inlinestatic
MakeTranslation(const Vector3T< Type > &translation)CGUL::MatrixT< Type >inlinestatic
MatrixT()CGUL::MatrixT< Type >inline
MatrixT(const MatrixT &copy)CGUL::MatrixT< Type >inline
MatrixT(Type m00, Type m10, Type m01, Type m11)CGUL::MatrixT< Type >inline
MatrixT(Type m00, Type m10, Type m20, Type m01, Type m11, Type m21, Type m02, Type m12, Type m22)CGUL::MatrixT< Type >inline
MatrixT(Type m00, Type m10, Type m20, Type m30, Type m01, Type m11, Type m21, Type m31, Type m02, Type m12, Type m22, Type m32, Type m03, Type m13, Type m23, Type m33)CGUL::MatrixT< Type >inline
MatrixT(const QuaternionT< Type > &quaternion)CGUL::MatrixT< Type >inline
operator!=(const MatrixT &operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator*(const MatrixT &operand) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator*(Type operand) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator*=(Type operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator+(const MatrixT &operand) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator+(Type operand) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator+=(const MatrixT &operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator+=(Type operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator-(const MatrixT &operand) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator-(Type operand) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator-=(const MatrixT &operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator-=(Type operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >
operator/=(Type operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator<< (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >friend
operator=(const MatrixT &operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator=(const QuaternionT< Type > &operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator==(const MatrixT &operand) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator[](UInt32 index) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
operator[](UInt32 index) const (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
Set(Type m11, Type m12, Type m21, Type m22) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
Set(Type m11, Type m12, Type m13, Type m21, Type m22, Type m23, Type m31, Type m32, Type m33) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
Set(Type m11, Type m12, Type m13, Type m14, Type m21, Type m22, Type m23, Type m24, Type m31, Type m32, Type m33, Type m34, Type m41, Type m42, Type m43, Type m44) (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
Transpose(const MatrixT &matrix)CGUL::MatrixT< Type >inlinestatic
Transpose() (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline
~MatrixT() (defined in CGUL::MatrixT< Type >)CGUL::MatrixT< Type >inline