Home | All Classes | Grouped Classes | Index | Search
4x4 Matrix. More...
Derived from:
none
Derived by:
none
Group: Core (Math)
#include <ClanLib/core.h>
Construction:
Constructs a 4x4 matrix. |
Attributes:
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. |
Operations:
Copy assignment operator. | |
Equality operator. | |
Not-equal operator. | |
Multiply two matrices. |
Detailed description: