ClanLib
2.3.7
|
This is the complete list of members for CL_Mat2< Type >, including all inherited members.
add(const CL_Mat2< Type > &matrix_1, const CL_Mat2< Type > &matrix_2) | CL_Mat2< Type > | static |
add(const CL_Mat2< Type > &add_matrix) | CL_Mat2< Type > | |
CL_Mat2() | CL_Mat2< Type > | inline |
CL_Mat2(const CL_Mat2< Type > ©) | CL_Mat2< Type > | inline |
CL_Mat2(const CL_Mat3< Type > ©) | CL_Mat2< Type > | |
CL_Mat2(const CL_Mat4< Type > ©) | CL_Mat2< Type > | |
CL_Mat2(const float *init_matrix) | CL_Mat2< Type > | inline |
CL_Mat2(Type m00, Type m01, Type m10, Type m11) | CL_Mat2< Type > | inline |
CL_Mat2(const double *init_matrix) | CL_Mat2< Type > | inline |
CL_Mat2(const cl_byte64 *init_matrix) | CL_Mat2< Type > | inline |
CL_Mat2(const cl_byte32 *init_matrix) | CL_Mat2< Type > | inline |
CL_Mat2(const cl_byte16 *init_matrix) | CL_Mat2< Type > | inline |
CL_Mat2(const cl_byte8 *init_matrix) | CL_Mat2< Type > | inline |
identity() | CL_Mat2< Type > | static |
matrix | CL_Mat2< Type > | |
multiply(const CL_Mat2< Type > &matrix_1, const CL_Mat2< Type > &matrix_2) | CL_Mat2< Type > | static |
multiply(const CL_Mat2< Type > &mult) | CL_Mat2< Type > | |
null() | CL_Mat2< Type > | static |
operator Type *() | CL_Mat2< Type > | inline |
operator Type const *() const | CL_Mat2< Type > | inline |
operator!=(const CL_Mat2< Type > &other) | CL_Mat2< Type > | inline |
operator*(const CL_Mat2< Type > &mult) const | CL_Mat2< Type > | inline |
operator+(const CL_Mat2< Type > &add_matrix) const | CL_Mat2< Type > | inline |
operator-(const CL_Mat2< Type > &subtract_matrix) const | CL_Mat2< Type > | inline |
operator=(const CL_Mat2< Type > ©) | CL_Mat2< Type > | inline |
operator=(const CL_Mat4< Type > ©) | CL_Mat2< Type > | |
operator=(const CL_Mat3< Type > ©) | CL_Mat2< Type > | |
operator==(const CL_Mat2< Type > &other) | CL_Mat2< Type > | inline |
operator[](int i) | CL_Mat2< Type > | inline |
operator[](int i) const | CL_Mat2< Type > | inline |
operator[](unsigned int i) | CL_Mat2< Type > | inline |
operator[](unsigned int i) const | CL_Mat2< Type > | inline |
subtract(const CL_Mat2< Type > &matrix_1, const CL_Mat2< Type > &matrix_2) | CL_Mat2< Type > | static |
subtract(const CL_Mat2< Type > &subtract_matrix) | CL_Mat2< Type > |