|
Open3D (C++ API)
|
Typedefs | |
| typedef Eigen::Matrix< double, 14, 14 > | Matrix14d |
| typedef Eigen::Matrix< double, 14, 1 > | Vector14d |
| typedef Eigen::Matrix< int, 14, 1 > | Vector14i |
| typedef Eigen::Matrix< double, 6, 6 > | Matrix6d |
| Extending Eigen namespace by adding frequently used matrix type. More... | |
| typedef Eigen::Matrix< double, 6, 1 > | Vector6d |
| typedef Eigen::Matrix< double, 6, 6, Eigen::DontAlign > | Matrix6d_u |
| typedef Eigen::Matrix< double, 4, 4, Eigen::DontAlign > | Matrix4d_u |
| typedef Eigen::Matrix<double, 14, 14> Eigen::Matrix14d |
| typedef Eigen::Matrix<double, 4, 4, Eigen::DontAlign> Eigen::Matrix4d_u |
| typedef Eigen::Matrix<double, 6, 6> Eigen::Matrix6d |
Extending Eigen namespace by adding frequently used matrix type.
| typedef Eigen::Matrix<double, 6, 6, Eigen::DontAlign> Eigen::Matrix6d_u |
Use Eigen::DontAlign for matrices inside classes which are exposed in the Open3D headers https://github.com/intel-isl/Open3D/issues/653
| typedef Eigen::Matrix<double, 14, 1> Eigen::Vector14d |
| typedef Eigen::Matrix<int, 14, 1> Eigen::Vector14i |
| typedef Eigen::Matrix<double, 6, 1> Eigen::Vector6d |
1.8.13