#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
#include "box_surface_area.cpp"
Go to the source code of this file.
|
| template<typename DerivedCorner> |
| DerivedCorner::Scalar | igl::box_surface_area (const Eigen::MatrixBase< DerivedCorner > &min_corner, const Eigen::MatrixBase< DerivedCorner > &max_corner) |
| | Compute the surface area of a box given its min and max corners.
|
| template<typename Scalar, int AmbientDim> |
| Scalar | igl::box_surface_area (const Eigen::AlignedBox< Scalar, AmbientDim > &box) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|