![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for bounding_box.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename DerivedV , typename DerivedBV , typename DerivedBF > | |
| IGL_INLINE void | igl::bounding_box (const Eigen::MatrixBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedBV > &BV, Eigen::PlainObjectBase< DerivedBF > &BF) |
| template<typename DerivedV , typename DerivedBV , typename DerivedBF > | |
| IGL_INLINE void | igl::bounding_box (const Eigen::MatrixBase< DerivedV > &V, const typename DerivedV::Scalar pad, Eigen::PlainObjectBase< DerivedBV > &BV, Eigen::PlainObjectBase< DerivedBF > &BF) |