#include <ProjectedPointSet.hpp>
|
template<typename Derived > |
void | project (const MatrixBase< Derived > &points) |
|
Definition at line 27 of file ProjectedPointSet.hpp.
template<typename Derived >
OOBB ApproxMVBB::ProjectedPointSet::computeMVBB |
( |
const Vector3 & |
zDir, |
|
|
const MatrixBase< Derived > & |
points |
|
) |
| |
|
inline |
Computes the true MVBB by constructing the convex hull in 2d and then building the minimum area rectangle around it and afterwards pulling the rectangle out in direction m_dirZ again which build the MVBB in direction m_dirZ
Definition at line 105 of file ProjectedPointSet.hpp.
template<typename Derived >
template<typename Derived >
void ApproxMVBB::ProjectedPointSet::project |
( |
const MatrixBase< Derived > & |
points | ) |
|
|
inlineprivate |
Matrix33 ApproxMVBB::ProjectedPointSet::m_A_KI |
|
private |
PREC ApproxMVBB::ProjectedPointSet::m_maxZValue |
|
private |
PREC ApproxMVBB::ProjectedPointSet::m_minZValue |
|
private |
Matrix2Dyn ApproxMVBB::ProjectedPointSet::m_p |
|
private |
Vector3 ApproxMVBB::ProjectedPointSet::m_zDir |
|
private |
The documentation for this class was generated from the following file: