OSVR-Core
|
Header. More...
#include <osvr/Common/Export.h>
#include <osvr/Util/ContainerWrapper.h>
#include <json/value.h>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | osvr::common::GeneralizedTransform |
Container for easy manipulation of nested transforms. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
template<typename UnaryPredicate > | |
void | osvr::common::remove_if (GeneralizedTransform &transform, UnaryPredicate pred) |
Remove levels from a generalized transform as dictated by an arbitrary predicate. More... | |
Header.