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

Public Member Functions

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

Detailed Description

Generated from:  MR::PolynomialWrapper<float>
Aliases:  PolynomialWrapperf

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

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ __call__()

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

◆ deriv()

PolynomialWrapper_float meshlib.mrmeshpy.PolynomialWrapper_float.deriv ( self)

◆ intervalMin()

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

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