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

Go to the source code of this file.

Namespaces

namespace  igl
namespace  igl::cycodebase

Functions

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