
4D matrix More...
Derived from: | None |
Derived by: | None |
Group: | Display (Display) |
#include <ClanLib/display.h>
Class Members:
Construction: | |
Constructs a 4x4 matrix (uninitialised). | |
| |
Returns the x coordinate for the point (0,0,0) multiplied with this matrix. | |
Returns the y coordinate for the point (0,0,0) multiplied with this matrix. | |
Returns the z coordinate for the point (0,0,0) multiplied with this matrix. | |
| |
Multiply two matrices. | |
Calculate the matrix determinant. | |
Calculate the adjoint (or known as adjugate) of the matrix. | |
Calculate the matrix inverse. (Returns a zero matrix if the determinent = 0). |
| |
Operator that returns the matrix as a array. | |
Operator that returns the matrix as a array. | |
Operator that returns the matrix cell at the given index. | |
Multiplication operator. | |
Equality operator. | |
Not-equal operator. |
Detailed description:
These matrix templates are defined for: int, float, float