|
libigl v2.5.0
|
#include "../../igl_inline.h"#include <Eigen/Core>#include <Eigen/Geometry>#include <vector>#include "oriented_bounding_box.cpp"Go to the source code of this file.
Namespaces | |
| namespace | igl |
| namespace | igl::copyleft |
| namespace | igl::copyleft::cgal |
Functions | |
| template<typename DerivedP, typename DerivedR> | |
| void | igl::copyleft::cgal::oriented_bounding_box (const Eigen::MatrixBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedR > &R) |
| Given a set of points compute the rotation transformation of them such that their axis-aligned bounding box is as small as possible. | |