#include "CeylanTypes.h"#include "CeylanMathsBasic.h"#include <string>


Go to the source code of this file.
Classes | |
| class | Ceylan::Maths::Linear::LinearException |
| Exception for Linear-related issues. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::Maths |
| Contains all maths-related operations and constants. | |
| namespace | Ceylan::Maths::Linear |
| Gathers all linear-based computations, main geometric. | |
Typedefs | |
| typedef Ceylan::Uint8 | Ceylan::Maths::Linear::MatrixIndex |
| Matrix indices are used for all relevant classes, including vectors and points, since all of them are matrices. | |
| typedef Vector2(* | Ceylan::Maths::Linear::Endomorphism2D )(Vector2 arg) |
| Defines endomorphism in 3D space. | |
| typedef Vector3(* | Ceylan::Maths::Linear::Endomorphism3D )(Vector3 arg) |
| Defines endomorphism in 3D space. | |
1.5.8