libigl v2.5.0
Loading...
Searching...
No Matches
swept_volume_bounding_box.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <functional>
#include "swept_volume_bounding_box.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

void igl::swept_volume_bounding_box (const size_t &n, const std::function< Eigen::RowVector3d(const size_t vi, const double t)> &V, const size_t &steps, Eigen::AlignedBox3d &box)
 Construct an axis-aligned bounding box containing a shape undergoing a motion sampled at steps discrete momements.