ToRotationMatrixWrapper< T > Struct Template Reference

Public Types

enum  { Dim = T::Dim }
 
typedef T::Scalar Scalar
 

Public Member Functions

 ToRotationMatrixWrapper (const T &o)
 

Public Attributes

T object
 

Member Typedef Documentation

◆ Scalar

template<typename T >
typedef T::Scalar ToRotationMatrixWrapper< T >::Scalar

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Dim 
40 { Dim = T::Dim };
static const unsigned Dim
Problem dimension.
Definition: two_d_tilted_square.cc:62
@ Dim
Definition: geometry.cpp:40

Constructor & Destructor Documentation

◆ ToRotationMatrixWrapper()

template<typename T >
ToRotationMatrixWrapper< T >::ToRotationMatrixWrapper ( const T o)
inline
42 : object(o) {}
T object
Definition: geometry.cpp:43

Member Data Documentation

◆ object

template<typename T >
T ToRotationMatrixWrapper< T >::object

The documentation for this struct was generated from the following file: