#include <Rotation.h>
|
| Rotation (const Eigen::Matrix< double, dim, dim-1 > orthogonalVectors) |
|
|
template<int dm = dim> |
static std::enable_if< dm==2, Eigen::Matrix< double, dim, dim > >::type | getMatrix (const Eigen::Matrix< double, dim, dim-1 > &orthogonalVectors) |
|
template<int dm = dim> |
static std::enable_if< dm==3, Eigen::Matrix< double, dim, dim > >::type | getMatrix (const Eigen::Matrix< double, dim, dim-1 > &orthogonalVectors) |
|
template<int dim>
class Rotation< dim >
Definition at line 11 of file Rotation.h.
◆ Rotation()
◆ getMatrix() [1/2]
template<int dim>
template<int dm = dim>
static std::enable_if< dm==2, Eigen::Matrix< double, dim, dim > >::type Rotation< dim >::getMatrix |
( |
const Eigen::Matrix< double, dim, dim-1 > & |
orthogonalVectors | ) |
|
|
inlinestaticprivate |
◆ getMatrix() [2/2]
template<int dim>
template<int dm = dim>
static std::enable_if< dm==3, Eigen::Matrix< double, dim, dim > >::type Rotation< dim >::getMatrix |
( |
const Eigen::Matrix< double, dim, dim-1 > & |
orthogonalVectors | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: