file
AnimableGroup.hClass Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::SceneGraph
- Scene graph library.
Classes
-
template<UnsignedInt dimensions, class T>class Magnum::SceneGraph::AnimableGroup
- Group of animables.
Typedefs
-
template<class T>using BasicAnimableGroup2D = AnimableGroup<2, T>
- Animable group for two-dimensional scenes.
- using AnimableGroup2D = BasicAnimableGroup2D<Float>
- Animable group for two-dimensional float scenes.
-
template<class T>using BasicAnimableGroup3D = AnimableGroup<3, T>
- Animable group for three-dimensional scenes.
- using AnimableGroup3D = BasicAnimableGroup3D<Float>
- Animable group for three-dimensional float scenes.