#include <CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h>
template<typename K>
class CGAL::Oriented_bounding_box_traits_3< K >
The class CGAL::Oriented_bounding_box_traits_3 is a traits type to be used with the overloads of the function CGAL::oriented_bounding_box().
- Attention
- This class requires the Eigen library.
- Template Parameters
-
- Is model of
OrientedBoundingBoxTraits_3
|
|
static Matrix | get_Q (const Matrix &m) |
| | Performs the QR-decomposition of the matrix m to a unitary matrix and an upper triagonal and returns the unitary matrix.
|