38 #ifndef FCL_MATH_VARIANCE3_INL_H 39 #define FCL_MATH_VARIANCE3_INL_H 75 for(std::size_t i = 0; i < 3; ++i)
Vector3< S > sigma
Variations along the eign axes.
Matrix3< S > Sigma
Variation matrix.
Eigen::Matrix< S, 3, 3 > Matrix3
template class FCL_EXPORT Variance3< double >
Matrix3< S > axis
Matrix whose columns are eigenvectors of Sigma.
Variance3< S > & sqrt()
Compute the sqrt of Sigma matrix based on the eigen decomposition result, this is useful when the unc...
Class for variance matrix in 3d.
template void eigen_old(const Matrix3d &m, Vector3d &dout, Matrix3d &vout)
void init()
init the Variance