mirror of https://github.com/mosra/magnum.git
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.
115 lines
2.3 KiB
115 lines
2.3 KiB
/** @dir magnum |
|
* @brief %Magnum library |
|
*/ |
|
/** @dir magnum/src |
|
* @brief Namespace Magnum |
|
*/ |
|
/** @namespace Magnum |
|
@brief Root namespace |
|
|
|
Contains classes for interacting with OpenGL. |
|
*/ |
|
|
|
/** @dir Platform |
|
* @brief Namespace Magnum::Platform |
|
*/ |
|
/** @namespace Magnum::Platform |
|
@brief Platform-specific application and context creation |
|
|
|
Base classes for creating applications with various toolkits. |
|
*/ |
|
|
|
/** @dir Math |
|
* @brief Namespace Magnum::Math |
|
*/ |
|
/** @namespace Magnum::Math |
|
@brief %Math library |
|
|
|
Template classes for matrix and vector calculations. See @ref matrix-vector |
|
for brief introduction. |
|
*/ |
|
|
|
/** @dir Math/Algorithms |
|
* @brief Namespace Magnum::Math::Algorithms |
|
*/ |
|
/** @namespace Magnum::Math::Algorithms |
|
@brief %Algorithms |
|
|
|
Various matrix and vector algorithms. |
|
*/ |
|
|
|
/** @dir Math/Geometry |
|
* @brief Namespace Magnum::Math::Geometry |
|
*/ |
|
/** @namespace Magnum::Math::Geometry |
|
@brief %Geometry library |
|
|
|
Functions for computing intersections, distances, areas and volumes. |
|
*/ |
|
|
|
/** @dir DebugTools |
|
* @brief Namespace Magnum::DebugTools |
|
*/ |
|
/** @namespace Magnum::DebugTools |
|
@brief %Debug tools |
|
|
|
Debugging helpers, renderers and profilers. |
|
*/ |
|
|
|
/** @dir MeshTools |
|
* @brief Namespace Magnum::MeshTools |
|
*/ |
|
/** @namespace Magnum::MeshTools |
|
@brief %Mesh tools |
|
|
|
Tools for generating, optimizing and cleaning meshes. |
|
*/ |
|
|
|
/** @dir Primitives |
|
* @brief Namespace Magnum::Primitives |
|
*/ |
|
/** @namespace Magnum::Primitives |
|
@brief Primitive library |
|
|
|
Basic primitives for testing purposes. |
|
*/ |
|
|
|
/** @dir SceneGraph |
|
* @brief Namespace Magnum::SceneGraph |
|
*/ |
|
/** |
|
@namespace Magnum::SceneGraph |
|
@brief %Scene graph library |
|
|
|
Managing object hierarchy, transformations and interactions. See |
|
@ref scenegraph for introduction. |
|
*/ |
|
|
|
/** @dir Shaders |
|
* @brief Namespace Magnum::Shaders |
|
*/ |
|
/** @namespace Magnum::Shaders |
|
@brief Sample shaders |
|
|
|
Collection of shaders for testing purposes. |
|
*/ |
|
|
|
/** @dir Physics |
|
* @brief Namespace Magnum::Physics |
|
*/ |
|
/** @namespace Magnum::Physics |
|
@brief %Physics library |
|
|
|
Collision detection system and rigid body objects. See @ref collision-detection |
|
for introduction. |
|
*/ |
|
|
|
/** @dir Trade |
|
* @brief Namespace Magnum::Trade |
|
*/ |
|
/** @namespace Magnum::Trade |
|
@brief Data format exchange |
|
|
|
Contains plugin interfaces for importing data of various formats and classes |
|
for direct access to the data. |
|
*/
|
|
|