#include "../igl_inline.h"
#include <Eigen/Core>
#include "box_cubic.cpp"
Go to the source code of this file.
|
| template<typename DerivedC, typename DerivedB> |
| void | igl::cycodebase::box_cubic (const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedB > &B1, Eigen::PlainObjectBase< DerivedB > &B2) |
| | Compute the min/max box corners tightly containing a given cubic bezier curve.
|
| template<typename DerivedP, typename DerivedC, typename DerivedB> |
| void | igl::cycodebase::box_cubic (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedB > &B1, Eigen::PlainObjectBase< DerivedB > &B2) |
| | overload
|