Vladimír Vondruš
79945ab6fc
Documentation: organizing the classes into "modules".
...
While namespaces act for hierarchy, modules are something like "tags" -
usable when you want to check related classes of e.g. CubeMapTexture.
Not sure how to name module for Math and Physics namespaces and
Contexts/Trade, though.
14 years ago
Vladimír Vondruš
c11b397d3f
Documentation update.
...
* All pages are now named with lowercased letters with dashes between
letters.
* Added coding style guidelines.
* Extended building documentation with guide how to download Magnum.
14 years ago
Vladimír Vondruš
5824ecfe39
New library for OpenGL context creation using various toolkits.
...
Currently there is only GLUT context, pulled from magnum-examples
repository.
14 years ago
Vladimír Vondruš
09acfa711f
Documented directories containing various namespaces.
14 years ago
Vladimír Vondruš
43301c170c
Initial Physics classes, interfaces, documentation and unit tests.
14 years ago
Vladimír Vondruš
6f94d84b1a
Moved Math::GeometryUtils to Math::Geometry::Intersection.
...
The namespace will contain classes (and functions) for computing
intersections, distances, areas and volumes.
14 years ago
Vladimír Vondruš
ed74f579fa
Doc++
...
Not documenting private implementation, in fact hiding it from user
altogether.
14 years ago
Vladimír Vondruš
7c857ccb16
Better implementation for Matrix::determinant() using external functor.
...
Removes lots of unmaintained and duplicated code from Matrix<T, 2>
template specialization.
14 years ago
Vladimír Vondruš
9418ff6e97
Removed unused AbstractPrimitive class.
...
Moved Primitives namespace documentation to doc/namespaces.dox.
14 years ago
Vladimír Vondruš
5306d46b49
Removed MeshTools::AbstractTool, as nothing depends on it.
...
MeshTools namespace documentation moved to doc/namespaces.dox.
14 years ago
Vladimír Vondruš
a0ba7663b0
Doc++
14 years ago
Vladimír Vondruš
e0b4fca4fe
Doc++
...
Removed doc/namespaces.dox, moved namespace documentation to main files
of given namespace.
15 years ago
Vladimír Vondruš
80a10c9e6c
Doc++
15 years ago