OpenKalman
Classes | Namespaces | Functions
FromEuclideanExpr.hpp File Reference

FromEuclideanExpr and related definitions. More...

#include "basics/traits/traits.hpp"
Include dependency graph for FromEuclideanExpr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::FromEuclideanExpr< NestedObject, V0 >
 An expression that transforms angular or other modular vector space descriptors back from Euclidean space. More...
 
struct  OpenKalman::interface::indexible_object_traits< FromEuclideanExpr< NestedObject, V0 > >
 
struct  OpenKalman::interface::library_interface< FromEuclideanExpr< NestedObject, V0 > >
 

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 

Functions

template<typename Arg , typename V , std::enable_if_t< indexible< Arg > and coordinates::pattern< V >, int > = 0>
 OpenKalman::FromEuclideanExpr (Arg &&, const V &) -> FromEuclideanExpr< Arg, V >
 

Detailed Description

FromEuclideanExpr and related definitions.