MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PolynomialWrapper_double Class Reference

Public Member Functions

float __call__ (self, float x)
 
None __init__ (self, PolynomialWrapper_double arg0)
 
PolynomialWrapper_double deriv (self)
 
float intervalMin (self, float a, float b)
 

Detailed Description

Generated from:  MR::PolynomialWrapper<double>
Aliases:  PolynomialWrapperd

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

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.PolynomialWrapper_double.__init__ ( self,
PolynomialWrapper_double arg0 )
Implicit copy constructor.

Member Function Documentation

◆ __call__()

float meshlib.mrmeshpy.PolynomialWrapper_double.__call__ ( self,
float x )

◆ deriv()

PolynomialWrapper_double meshlib.mrmeshpy.PolynomialWrapper_double.deriv ( self)

◆ intervalMin()

float meshlib.mrmeshpy.PolynomialWrapper_double.intervalMin ( self,
float a,
float b )

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