MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PolynomialWrapper< T > Struct Template Reference

This is a unifying interface for a polynomial of some degree, known only in runtime. More...

#include <MRMesh/MRBestFitPolynomial.h>

Public Member Functions

template<size_t degree>
 PolynomialWrapper (const Polynomial< T, degree > &p)
operator() (T x) const
PolynomialWrapper< T > deriv () const
std::optional< T > intervalMin (T a, T b) const

Public Attributes

Polynomialx< T > poly

Detailed Description

template<typename T>
struct MR::PolynomialWrapper< T >

This is a unifying interface for a polynomial of some degree, known only in runtime.


The documentation for this struct was generated from the following file: