20 template <
unsigned int n>
    29     constexpr 
static size_t DOFs = 3;
    60         const double yaw, 
const double pitch, 
const double roll);
    90     constexpr 
static size_t DOFs = 1;
 CMatrixFixed< double, 3, 9 > CMatrixDouble39
 
A compile-time fixed-size numeric matrix container. 
 
CMatrixFixed< double, 9, 3 > CMatrixDouble93
 
CMatrixFixed< double, 3, 3 > CMatrixDouble33
 
Traits for SO(n), rotations in R^n space.