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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedC, typename DerivedP>
void igl::cubic (const Eigen::MatrixBase< DerivedC > &C, const typename DerivedP::Scalar &t, Eigen::PlainObjectBase< DerivedP > &P)
 Evaluate a cubic Bézier curve defined by control points C at parameter t.