38 #ifndef FCL_MATH_VARIANCE3_H 39 #define FCL_MATH_VARIANCE3_H 43 #include "fcl/common/types.h" 44 #include "fcl/math/geometry.h" 81 #include "fcl/math/variance3-inl.h" Vector3< S > sigma
Variations along the eign axes.
Definition: variance3.h:58
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
Matrix3< S > Sigma
Variation matrix.
Definition: variance3.h:55
Matrix3< S > axis
Matrix whose columns are eigenvectors of Sigma.
Definition: variance3.h:61
Variance3< S > & sqrt()
Compute the sqrt of Sigma matrix based on the eigen decomposition result, this is useful when the unc...
Definition: variance3-inl.h:73
Class for variance matrix in 3d.
Definition: variance3.h:51
void init()
init the Variance
Definition: variance3-inl.h:66