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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
PolynomialWrapper_double operator (*args, **kwargs)
 
PolynomialWrapper_double operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_poly = 0
 

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 mrmeshpy.PolynomialWrapper_double.__init__ ( * args,
** kwargs )
static

Member Function Documentation

◆ __call__()

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

◆ deriv()

PolynomialWrapper_double mrmeshpy.PolynomialWrapper_double.deriv ( self)

◆ intervalMin()

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

◆ operator() [1/2]

PolynomialWrapper_double mrmeshpy.PolynomialWrapper_double.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PolynomialWrapper_double mrmeshpy.PolynomialWrapper_double.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_poly

typing mrmeshpy.PolynomialWrapper_double._offsetof_poly = 0
staticprotected

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