Affine map data aligning a polytope with its principal axes of inertia. More...
#include <Inertia_Utilities.hpp>
Public Attributes | |
| Eigen::Matrix3d | Fmatrix |
| Eigen::Matrix3d | FmatrixInv |
| Eigen::Vector3d | translation |
| double | absDetFmatrix |
| double | signDetQ |
Affine map data aligning a polytope with its principal axes of inertia.
Encodes the affine change of coordinates \(\boldsymbol{x} = F\,\hat{\boldsymbol{x}} + \boldsymbol{t}\) (physical \(\leftrightarrow\) reference/inertia frame), where the reference frame is isotropic and aligned with the element's principal axes of inertia. The mapping is used to improve the conditioning of the monomial basis in inertia-based local spaces.
| double Polydim::Utilities::Inertia_Data::absDetFmatrix |
| Eigen::Matrix3d Polydim::Utilities::Inertia_Data::Fmatrix |
| Eigen::Matrix3d Polydim::Utilities::Inertia_Data::FmatrixInv |
| double Polydim::Utilities::Inertia_Data::signDetQ |
| Eigen::Vector3d Polydim::Utilities::Inertia_Data::translation |