OSVR-Core
|
Implementation. More...
#include <osvr/Common/JSONTransformVisitor.h>
#include <osvr/Common/Transform.h>
#include <osvr/Common/ChangeOfBasis.h>
#include <osvr/Common/DegreesToRadians.h>
#include <osvr/Util/StdInt.h>
#include <json/value.h>
#include <json/reader.h>
#include <boost/algorithm/string.hpp>
#include <boost/range/algorithm/count_if.hpp>
#include <string>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
template<typename T = Eigen::Vector3d> | |
T | osvr::common::vectorFromJson (Json::Value const &v) |