You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
7f9d0d1752
Math: added convenience MatrixNxN aliases for RectangularMatrix.
...
They were already in Magnum namespace for floats and doubles, now they
can be used also for generic type (e.g. use `Math::Matrix2x3<T>` instead
of overly verbose `Math::RectangularMatrix<2, 3, T>`). GCC 4.7+ only.
13 years ago
..
best-practices.dox
Doc: added Khronos OpenGL ES presentation to Best Practices.
13 years ago
building.dox
Initial support for ability to disable building of deprecated APIs.
13 years ago
cmake.dox
Initial support for ability to disable building of deprecated APIs.
13 years ago
coding-style.dox
Shapes: Collision object, providing more detailed collision information.
13 years ago
compilation-speedup.dox
Doc: reworded and improved compilation speedup page.
13 years ago
debug-tools.dox
Reducing pointer chasings, part 3e: less pointer passing in DebugTools.
13 years ago
features.dox
Shape rework #8 : updated documentation.
13 years ago
getting-started-blue.png
Finally proper Getting Started Guide in documentation.
13 years ago
getting-started.dox
Fixed and improved Getting Started documentation to be more failproof.
13 years ago
getting-started.png
Finally proper Getting Started Guide in documentation.
13 years ago
mainpage.dox
Advertise Emscripten support.
13 years ago
matrix-vector.dox
Math: added convenience MatrixNxN aliases for RectangularMatrix.
13 years ago
method-chaining.dox
Reducing pointer chasings, part 1: method chaining via references.
13 years ago
namespaces.dox
Link with other projects' building and usage documentation.
13 years ago
platform.dox
Platform: documentation updates.
13 years ago
portability.dox
Mentioned version-aware extension queries in portability documentation.
13 years ago
required-extensions.dox
Removed annoying Doxygen workaround for #undef.
13 years ago
scenegraph.dox
Doc++
13 years ago
shapes.dox
Shapes: documented detailed collisions.
13 years ago
tips.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
transformations.dox
Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}().
13 years ago
types.dox
Doc++
13 years ago
unsupported.dox
Separated deprecated API and deprecated GL API in the docs.
13 years ago