
4x4 Matrix. More...
Derived from: | None |
Derived by: | None |
Group: | Math (Core) |
#include <ClanLib/core.h>
Class Members:
Construction: | |
Constructs a 4x4 matrix. | |
| |
Operator that returns the matrix as a double[16] array. | |
Operator that returns the matrix as a double[16] array. | |
Operator that returns the matrix cell at the given index. | |
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. | |
| |
Equality operator. | |
Not-equal operator. | |
Multiply two matrices. |